/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL: 
 * http: //opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http: //www.magentocommerce.com for more information.
 *
 * @category  design
 * @package   default_default
 * @copyright  Copyright (c) 2010 Magento Inc. (http: //www.magentocommerce.com)
 * @license   http: //opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
 */


/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff ;
	color: #2f2f2f;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #eaa103;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: black;
}
	
.header a:hover,
ul.sitemap li a:hover { color: #fff; }

:focus { outline: 0; }

/* custom page*/


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #0a263c;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

/* Forms */

form { display: inline; }

fieldset { border: 0; }

legend { display: none; }

/* Table */
table {
	border: 0; /*border-collapse: collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,
th,
td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */
p { margin: 0 0 10px; }

strong { font-weight: bold; }

address {
	font-style: normal;
	line-height: 1.35;
}

cite { font-style: normal; }

q,
blockquote { quotes: none; }

q:before,
q:after { content: ''; }

small,
big { font-size: 1em; }

/*sup      { font-size: 1em; vertical-align: top; }*/

/* Lists */
ul,
ol {
	list-style: none;
	padding: 0;
}

.tab_navigation { margin-bottom: 0; }

/* Tools */
.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; }

/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width: 954px; }

.page {}

.page-print {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.main-container { background: none; }

.main {
	width: 900px;
	margin: 0 auto;
	min-height: 400px;
	padding: 20px 25px 80px;
	background: none;
	text-align: left;
}

.right_link a {
	float: right;
	color: #d79922;
}

/* Base Columns */
.col-left {
	float: left;
	overflow: hidden;
	padding: 0 0 1px;
	width: 222px;
}

.col-main {
	float: left;
	padding: 0 0 1px;
	width: 685px;
}

.col-right {
	float: right;
	overflow: hidden;
	padding: 0 0 1px;
	width: 222px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
	position: relative;
}

/* 2 Columns Layout */
.col2-left-layout .col-main { float: right; }

.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 475px;
	margin-left: 17px;
}

.col3-layout .col-wrapper {
	float: left;
	width: 720px;
}

.col3-layout .col-wrapper .col-main { float: right; }

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 48.5%;
}

.col2-set .col-2 {
	float: right;
	width: 48.5%;
}

.col2-set .col-narrow { width: 32%; }

.col2-set .col-wide { width: 65%; }

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #2f2f2f;
}

input.input-text,
select,
textarea {
	background: #eee url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/input.jpg) top repeat-x;
	border: 1px solid #b6b6b6;
}

input.input-text,
textarea {
	padding: 5px 8px;
	margin: 5px 0;
}

select { padding: 1px; }

select option { padding-right: 10px; }

select.multiselect option {
	border-bottom: 1px solid #b6b6b6;
	padding: 2px 5px;
}

select.multiselect option:last-child { border-bottom: 0; }

textarea { overflow: auto; }

input.radio { margin-right: 3px; }

input.checkbox { margin-right: 3px; }

input.qty { width: 2.5em !important; }
 button.button::-moz-focus-inner {
 padding: 0;
 border: 0;
} /* FF Fix */

button.button { -webkit-border-fit: lines; } /* <- Safari & Google Chrome Fix */

button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

button.button span {
	display: block;
	height: 19px;
	padding: 4px 8px;
	font: bold 14px/19px Arial, Helvetica, sans-serif;
	text-align: center;
}

.add-to-cart button.button span {
	height: 19px;
	padding: 2px 12px;
	font: bold 14px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;
}

button.button span span {
	border: 0;
	padding: 0;
}

button.disabled span {
	border-color: #bbb !important;
	background: #bbb !important;
}

button.btn-checkout {
	background: none !important;
	width: auto !important;
	padding: 0 !important;
}

button.btn-proceed-checkout {
  position: relative !important;
	height: 32px !important;
	overflow: visible !important;
	zoom:1 !important;
	width:221px;
}

ul.checkout-types li button.btn-proceed-checkout {
  float:right;
}

button.btn-checkout span {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/buttonwte.png") no-repeat top center;
	font-size: 1.1em;
	color: #ddd;
	padding: 9px 28px;
	text-shadow: 0 1px 2px #000;
	width:162px;
	position: relative !important;
	overflow: visible !important;
	zoom:1 !important;
}

button.btn-checkout:hover span { color: #fff; }

button.btn-checkout span span {
	background: none;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}

button.btn-checkout.no-checkout span {
	background-position: 0 100%;
	color: #b8baba;
}

button.btn-checkout.no-checkout span span { background-position: 100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right: 6px; }

/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus { background: #fff url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/input-focus.jpg) top repeat-x; }

/*.highlight { background: #efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width: 535px; margin: 0 auto; overflow: hidden; }*/
.form-list li { margin: 0 0 8px; }

.form-list label {
	float: left;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.buttons-set .required,
.form-list label.required em { display: none; }

.form-list li.control label { float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right: 6px; }

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

/*.form-list li.fields { margin-right: -15px; }*/

.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}

.form-list .field {
	float: left;
	width: 275px;
}

.form-list .customer-name .field { float: none; }

.form-list input.input-text { width: 254px; }

.form-list textarea {
	width: 254px;
	height: 10em;
}

.form-list select { width: 260px; }

.form-list li.wide .input-box { width: 535px; }

.form-list li.wide input.input-text { width: 529px; }

.form-list li.wide textarea { width: 529px; }

.form-list li.wide select { width: 535px; }

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text { width: 74px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width: auto; }

.form-list .name-prefix { width: 65px; }

.form-list .name-prefix select { width: 55px; }

.form-list .name-prefix input.input-text { width: 49px; }

.form-list .name-suffix { width: 65px; }

.form-list .name-suffix select { width: 55px; }

.form-list .name-suffix input.input-text { width: 49px; }

.form-list .name-middlename { width: 70px; }

.form-list .name-middlename input.input-text { width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname { width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width: 46px; }

.form-list .customer-dob .dob-year { width: 140px; }

.form-list .customer-dob .dob-year input.input-text { width: 134px; }

/* Independent fields */
/*.form-list li { margin: 0 0 8px; }
.form-list li.fields { margin: 0; }
.form-list .field { display: block; margin: 0 0 8px; }
.form-list li.control {}
.form-list label { float: left; width: 150px; padding: 2px 10px 0 0; text-align: right; }
.form-list label.required { font-weight: bold; }
.form-list label.required em { font-variant: normal; color: #eb340a; margin-right: 3px; }
.form-list .input-box { float: left; width: 260px; }
.form-list input.input-text,
.form-list textarea { width: 254px; }
.form-list select { width: 260px; }
.form-list li.additional-row { border-top: 1px solid #ddd; margin-top: 10px; }
.form-list li.additional-row .btn-remove { float: right; margin: 5px 5px 0 0; }
.form-list .input-range input.input-text { width: 96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float: left; width: 85px; }
.form-list .customer-dob input.input-text { display: block; width: 74px; }
.form-list .customer-dob label { font-size: 11px; font-weight: normal; color: #777; text-align: left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width: 60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width: 46px; }
.form-list .customer-dob .dob-year { width: 140px; }
.form-list .customer-dob .dob-year input.input-text { width: 134px; }*/

.buttons-set {
	clear: both;
	margin: 1em 0 0;
	padding: 8px 0 0;
	border: none;
	text-align: right;
}

.account-create .buttons-set {
	bottom: 30px;
	clear: both;
	position: absolute;
	right: 50px;
	width: 410px;
	border: none;
}

.buttons-set p.required { margin: 0 0 10px; }

.buttons-set .back-link {
	float: left;
	margin: 0;
}

.back-link a:hover,
.buttons-set .back-link:hover { color: #fff; }

.multiple-checkout .back-link a:hover { color: #151515 !important; }

.buttons-set button.button {
	float: right;
	margin-left: 5px;
}

.buttons-set-order { margin: 10px 0 0; }

.buttons-set-order .please-wait { padding: 12px 7px 0 0; }

/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/validation_advice_bg.gif) 2px 0 no-repeat;
	color: #eb340a;
}

.validation-failed {
	border: 1px dashed #eb340a !important;
	background: #faebe7 !important;
}

.validation-passed {}

p.required {
	font-size: 11px;
	text-align: left;
	color: #eaa103;
}

/* Expiration date and CVV number validation fix */
.v-fix { float: left; }

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Global Messages */
.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #df280a;
	font-weight: bold;
}

.notice { color: #e26703; }

.messages,
.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.messages li { margin: 0 0 10px !important; }

.messages li li { margin: 0 0 3px !important; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	background-position: left center !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 10px 8px 75px !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/error.jpg);
	color: #df280a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/success.jpg);
	color: #3d6611;
}

.note-msg,
.notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/warning.jpg);
	color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
	color: black;
	margin: -10px 0 10px;
}

.breadcrumbs ul,
.breadcrumbs li { display: inline; }

.breadcrumbs li strong { font-weight: bold; }

.breadcrumbs li a { color: #e19a1a; }

/* Page Heading */
.page-title {
	width: 100%;
	border-bottom: none;
	margin: 0 0 25px;
}

.page-title h1,
.page-title h2 {
	margin: 0;
	font-size: 20px;
	color: #0a263c;
}

.page-title .separator { margin: 0 3px; }

.page-title .link-rss {
	float: right;
	margin: 7px 0 0;
}

.title-buttons { text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float: left; }

.subtitle,
.sub-title {
	clear: both;
	padding: 15px 0 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #e25203;
}

/* Pager */
.pager {
	/*background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_toolbar.gif) 0 100% repeat-x;*/
	/*border-top: 1px solid #e2e2e2;*/
	font-size: 11px;
	padding: 4px 8px;
	text-align: center;
}

.pager .amount {
	margin: 0;
	display: inline;
	padding: 0;
	text-align: center;
}

.toolbarBottom .pager .amount {
	float: left;
	margin-left: 210px;
}

.pager .limiter { float: left; }

.pager .limiter label { vertical-align: middle; }

.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

.pager .pages {
	margin: 0;
	float: right;
}

.pager .pages ol { display: inline; }

.pager .pages li {
	display: inline;
	margin: 0 2px;
}

.pager .pages .current {
	color: #404040;
	font-weight: bold;
}

/* Sorter */
.sorter {
	font-size: 11px;
	background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_toolbar.gif) 0 100% repeat-x;
	padding: 3px 8px;
	border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
	float: left;
	margin: 0;
}

.sorter .sort-by {
	float: right;
	padding-right: 36px;
}

.sorter .sort-by label { vertical-align: middle; }

.sorter .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

.sorter .link-feed {}

/* Toolbar */
.toolbar {}

.toolbar .pager {
	padding: 3px 8px;
	border-bottom: none;
}

.toolbar .sorter {
	border-bottom: none;
	display: none;
}

.toolbar-bottom {}

/* Data Table */
.data-table {
	width: 100%;
	border: none;
}

.data-table .even { background: #222; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background: #ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right: 0; }

.data-table th {
	padding: 3px 8px;
	font-weight: bold;
}

.data-table td {
	padding: 10px 5px;
	vertical-align: middle;
}

.data-table thead th {
	font-weight: bold;
	padding: 2px 8px;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
}

.data-table thead th.wrap { white-space: normal; }

.data-table thead th a,
.data-table thead th a:hover { color: #fff; }

.data-table thead th .tax-flag { font-size: 11px; }

.data-table tfoot td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.data-table tfoot strong { font-size: 16px; }

.data-table tbody th,
.data-table tbody td {}

/* Bundle products tables */
.data-table tbody.odd tr { background: #f8f7f5 !important; }

.data-table tbody.even tr { background: #f6f6f6 !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #d9dde3; }

.data-table tbody td .option-label {
	font-weight: bold;
	font-style: italic;
}

.data-table tbody td .option-value { padding-left: 10px; }

/* Generic Info Box */
.info-box {
	background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-title.gif) 0 0 repeat-x;
	border: 1px solid #d0cbc1;
	padding: 12px 15px;
	margin: 0 0 15px;
}

.info-box h2 {
	font-weight: bold;
	font-size: 13px;
}

.info-table th {
	font-weight: bold;
	padding: 2px 15px 2px 0;
}

.info-table td { padding: 2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor: pointer; }

tr.summary-total td {}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_collapse.gif) 0 5px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse { background-position: 0 -52px; }

tr.show-details td {}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td { border-top: 1px solid #d2d8db; }

tr.summary-details-excluded { font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info { display: block; }

.cart-tax-info,
.cart-tax-info .cart-price { padding-right: 20px; }

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_collapse.gif) 100% 5px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded { background-position: 100% -52px; }

ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

/* Class: std - styles for admin-controlled content 
.std .subtitle { padding: 0; }

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std 

.std dl dt { font-weight: bold; }

.std dl dd { margin: 0 0 10px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
	margin: 0 0 1em;
	padding: 0;
}

.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul ul { list-style-type: circle; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin: .5em 0; }

.std dt { font-weight: bold; }

.std dd { padding: 0 0 0 1.5em; }

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address { font-style: normal; }

.std b,
.std strong { font-weight: bold; }

.std i,
.std em { font-style: italic; }
-- */

/* Misc */
.links li { display: inline; }

.links li.first { padding-left: 0 !important; }

.links li.last {
	background: none !important;
	padding-right: 0 !important;
}

.link-cart {
	color: #eaa103 !important;
	font-weight: bold;
}

.link-wishlist {
	color: #eaa103 !important;
	font-weight: bold;
}

.link-reorder {
	font-weight: bold;
	color: #eaa103 !important;
}

.link-compare { font-weight: bold; }

.link-print { /*background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_print.gif) 0 2px no-repeat; padding: 2px 0 2px 25px;*/
	font-weight: bold;
	color: #dc6809;
}

.link-rss {
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_rss.gif) 0 2px no-repeat;
	padding-left: 18px;
	line-height: 14px;
}

.btn-remove {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/btn_remove.gif) 0 0 no-repeat;
	text-indent: -31337px;
	overflow: hidden;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/trash.png") 0 0 no-repeat;
	text-indent: -31337px;
	overflow: hidden;
}

.separator {
	margin: 0 3px;
	color: #e09a1a;
}

#checkout-progress-wrapper .separator {
	color: #404040;
	text-shadow: 0 0;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_divider1.gif) 0 50% repeat-x;
	text-indent: -31337px;
	overflow: hidden;
}

/* Noscript Notice */
.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_notice.gif) 20px 50% no-repeat;
}

.noscript p { margin: 0; }

/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float: left; }

.header-container {
	border-top: 5px solid #0d2131;
	border-bottom: 1px solid #415966;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_header.jpg) 50% 0 repeat;
}

.header {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	position: relative;
	z-index: 10;
}

.header .logo {
	float: left;
	margin: 3px 0 10px 12px;
	text-decoration: none !important;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -31337px;
	overflow: hidden;
}

.header h1.logo {
	margin: 0;
	position: relative;
	/*top: -10px;*/
}

.header h1.logo img { display: none; }

.header h1.logo a {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/logo.png) no-repeat left top;
	display: block;
	height: 140px;
	width: 242px;
}

.header h1.logo a:hover,
.header h1.logo a:hover {
	background-position: left -217px;
}


/* ==== New ==== */

.header span.logo {
	margin: 0;
	position: relative;
	/*top: -10px;*/
}

.header span.logo img { display: none; }

.header span.logo a {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/logo.png) no-repeat left top;
	display: block;
	height: 140px;
	width: 242px;
}

.header span.logo a:hover,
.header span.logo a:active {
	background-position: left -217px;
}

/* ==== End of new ====*/

.header .quick-access {
	float: right;
	width: 600px;
	padding: 28px 10px 0 0;
}

.header .welcome-msg {
	margin: 0;
	color: #fff;
	text-align: right;
}

.header .form-language {
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}

.header .form-language label {
	font-weight: bold;
	padding-right: 5px;
	color: #a7c6dd;
	vertical-align: middle;
}

.header .form-language select { padding: 0; }

.header .form-language select.flags option {
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.header .links {
	float: right;
	margin: 0 0 6px;
}

.header .links li {
	float: left;
	font-size: 11px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_pipe1.gif) 100% 60% no-repeat;
	padding: 0 8px 0 7px;
}

.header .links a { color: #ebbc58; }

.header-container .top-container {
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}

.header-container .top-container a {
	font-size: 11px;
	color: #ebbc58;
}

/********** < Navigation */
.nav-container { background: #0a263d url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_nav0.jpg) 50% 0 repeat-y; }

#nav {
	margin: 0;
	padding: 0;
	font-size: 13px;
	width: 960px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}

#nav li.over { z-index: 998; }

#nav a,
#nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#nav ul li.parent a { background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_nav2.gif) 100% 100% no-repeat; }

#nav ul li.parent li a { background-image: none; }

/* 0 Level */
#nav li {
	display: inline;
	float: left;
}

#nav a {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 9px 20px 9px 15px;
}

#nav li.over a,
#nav a:hover { color: #d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.hover {
	float: none;
	margin: 0;
	padding-bottom: 1px;
	background: #ecf3f6 url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
	background: #ecf3f6;
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
}

#nav ul li a { font-weight: normal !important; }

/* 2nd Level */
#nav ul,
#nav div {
	position: absolute;
	width: 15em;
	top: 27px;
	left: -10000px;
	border: 1px solid #899ba5;
}

#nav div ul {
	position: static;
	width: auto;
	border: none;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 5px; }

#nav ul li a { background: #ecf3f6; }

#nav ul li a:hover { background: #d5e4eb; }

#nav ul li a,
#nav ul li a:hover { color: #2f2f2f !important; }

#nav ul span,
#nav ul li.last li span { padding: 3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
	left: 0;
	z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left: 100px; }

.menuWrapper .nav-container {
	background: none;
	font-size: 14px;
}

.menuWrapper .nav-container a {
	color: #fff;
	font-weight: bolder;
}

.menuWrapper .nav-container .active a {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/button_link_hover.png") 0 1px no-repeat;
	height: 26px;
}

.menuWrapper .nav-container .active a span {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/button_link_hover_right.png") right 0 no-repeat;
	color: #404040;
	display: block;
	margin-top: -9px;
	padding: 9px 18px 9px 8px;
  position: relative;
}

/*.menuWrapper .nav-container a.level-top {
	padding: 0 0 6px 8px !important;
	height: 26px;
}

.menuWrapper .nav-container a.level-top span {
	padding: 10px 12px 0 5px;
	height: 23px;
}
*/
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	border: none;
	clear: both;
	margin-bottom: 15px;
}

.sidebar .block {
	float: left;
	width: 100%;
}

.block .block-title {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/block_banner.png) 0 0 no-repeat;
	border-bottom: none;
	padding: 9px 10px;
}

.block .block-title strong {
	color: #fff;
	display: block;
	font: bold 20px/16px Arial, Helvetica, sans-serif;
	padding: 1px 0 1px;
}

.block .block-title strong { text-shadow: 0 2px 2px #000; }

.block .block-title a { text-decoration: none !important; }

h3.block-title {
	font-size: 13px;
	color: #fff;
	background: none;
	border: 0;
	margin: 0 0 5px;
	color: #fff;
	display: block;
	font: bold 20px/16px Arial, Helvetica, sans-serif;
	padding: 1px 0 1px;
	text-shadow: 0 2px 2px #000; 
}

.block .block-subtitle {
	margin: 0;
	padding: 5px 9px;
	font-size: 1em;
	font-weight: bold;
	color: #0a263c;
}

.block .block-content {
	background: none;
	padding-top: 10px;
	border-top: none;
}

.col-left .block .block-content {
	width: 100%;
}

.block .block-content li.item { padding: 7px 9px; }

.block .block-content .product-name { color: #1e7ec8; }

.block .btn-remove {
	float: right;
	margin: 1px 0 2px 5px;
}

.block .actions {
	color: #eaa103;
	padding: 6px 9px;
	text-align: right;
}

.block .actions a {
	float: left;
	padding-top: 10px;
}

.block .actions button.button { float: right; }

.block .empty {
	margin: 0;
	padding: 5px 9px;
}

.block li.odd { background-color: #fff; }

.block li.even { background-color: #fff; }

/* Mini Blocks */
.block-subscribe {
	width: 222px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
	font-size: 12px;
	line-height: 1.25;
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 0;
}

/* Mini Products List */
.mini-products-list .product-image {
	float: left;
	width: 50px;
	border: 1px solid #a9a9a9;
}

.mini-products-list .product-details { margin-left: 60px; }

/* Block: Account */
.block-account { border-color: #bbb; }

.block-account .block-title {
	background: #fc9d36 url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-title-account.gif) 0 100% repeat-x;
	border: 0;
	padding: 3px 10px;
}

.block-account .block-title strong {
	font-size: 13px;
	color: #fff;
}

.block-account .block-content {
	background: #fbfaf6;
	padding: 7px 10px 7px;
}

.block-account .block-content li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	color: #5f5d5c;
	text-decoration: none !important;
}

.block-account .block-content li a:hover { color: #ea7900; }

.block-account .block-content li.last a { border-bottom: 0; }

.block-account .block-content li.current {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	color: #ea7900;
}

.block-account .block-content li.current.last { border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency {
	border: 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-currency.gif) 0 0 no-repeat;
	padding: 7px 12px 10px;
	height: 51px;
}

.block-currency .block-title {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}

.block-currency .block-title strong {
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_block-currency.gif) 0 50% no-repeat;
	padding: 0 0 0 21px;
	text-transform: none;
	color: #fff;
}

.block-currency .block-content {
	background: none;
	padding: 0;
}

.block-currency .block-content select {
	width: 100%;
	padding: 0;
}

/* Block: Layered Navigation 
.block-layered-nav { border: 0; }
.block-layered-nav .block-title { border: 0; padding: 0; height: 24px; background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent: -31337px; overflow: hidden; }
.block-layered-nav .block-subtitle { line-height: 1.35; background: #d5e8ff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered1.gif) 0 50% repeat; padding: 3px 9px; border: 1px solid #b9ccdd; border-width: 1px 0; text-transform: uppercase; color: #1f5070; }
.block-layered-nav .block-content { border: 1px solid #a0b3c3; background: #e7f1f4; }
.block-layered-nav dt { background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding: 7px 10px 0 28px; font-weight: bold; text-transform: uppercase; }
.block-layered-nav dd { padding: 0 12px 12px; background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background: none; }
.block-layered-nav .currently li { background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered-li.gif) 0 100% repeat-x; padding: 4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight: bold; padding-left: 18px; background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform: uppercase; }
.block-layered-nav .currently .btn-remove { margin: 3px 0 0; }
.block-layered-nav .actions { font-size: 11px; padding: 4px 9px; background: #cad6e4; border: 1px solid #dee5e8; border-width: 1px 0; text-align: right; }
.block-layered-nav .actions a { float: none; } */

/* Block: Cart */
.block-cart .block-title { /*border-bottom: 0;*/ }

.block-cart .block-title strong { background-image: url(http://media.spincds.com/media/css/18ca3af438605f716a779026cf0a68e1.css); }

.block-cart .summary {
	background: #fff;
	padding: 2px 8px 8px;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}

.block-cart .amount { margin: 0; }

.block-cart .amount a { font-weight: bold; }

.block-cart .subtotal {
	margin: 5px 0 0;
	padding: 2px 0;
	background: #fbebd9;
	text-align: center;
}

.block-cart .subtotal .price { font-weight: bold; }

.block-cart .actions { border-bottom: 1px solid #c2c2c2; }

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image: url(http://media.spincds.com/media/css/18ca3af438605f716a779026cf0a68e1.css); }

.block-wishlist .actions { text-align: right; }

.block-wishlist .actions a {
	float: none;
	color: #eaa103;
}

.block-wishlist .block-title strong {}

.block-wishlist .block-content .item li {
	border: none;
	height: 40px;
	width: 100px;
}

.block-wishlist .block-content .item .top_price {
	color: #404040;
	font-weight: bold;
	position: absolute;
	float: right;
	margin-top: 40px;
	margin-left: 2px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag_small.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.block-wishlist .block-content .item .top_name {
	color: black;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	margin-top: 0;
	margin-left: 75px;
	width: 145px;
}

.block-wishlist .block-content .item .top_artist {
	color: black;
	position: absolute;
	margin-top: 30px;
	margin-left: 75px;
	font-weight: normal;
}

/* Block: Related */
.block-related .block-title strong {
	background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_block-related.gif);
	background-position: 0 1px;
}

.block-related input.checkbox { float: left; }

.block-related .product { margin-left: 20px; }

/* Block: Compare Products */
.block-compare .block-title strong {
	background-image: url(http://media.spincds.com/media/css/18ca3af438605f716a779026cf0a68e1.css);
	background-position: 0 1px;
}

.block-compare button.button span {
	border-color: #406a83;
	background: #618499;
}

.page-popup .link-print {
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
	font-weight: bold;
	color: #1e7ec8;
}

.compare-table { border: 0; }

.compare-table thead tr.first th,
.compare-table thead tr.first td {
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.compare-table .btn-remove {
	float: right;
	background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/btn_remove2.gif);
	width: 72px;
	height: 15px;
}

.compare-table tbody th { background: #d9e5ee url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_th-v.gif) 100% 0 repeat-y; }

.compare-table tbody th,
.compare-table tbody td {
	padding: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.compare-table tbody td.last { border-right: 1px solid #ccc; }

.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom: 1px solid #ccc !important; }

.compare-table tr.add-to-row td {
	background: #fffada;
	text-align: center;
}

.compare-table tr.first td { text-align: center; }

.compare-table tr.first td .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #203548;
}

.compare-table tr.first td .product-name a { color: #203548; }

.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin: 0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {}

.block-viewed .block-content .item { position: relative; }

.block-viewed .block-content .item li {
	border: none;
	height: 40px;
	width: 100px;
}

.block-viewed .block-content .item .top_price {
	color: #404040;
	font-weight: bold;
	position: absolute;
	float: right;
	margin-top: 40px;
	margin-left: 2px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag_small.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.block-viewed .block-content .item .top_name {
	color: black;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	margin-top: 0;
	margin-left: 75px;
	width: 145px;
}

.block-viewed .block-content .item .top_artist {
	color: black;
	position: absolute;
	margin-top: 30px;
	margin-left: 75px;
	font-weight: normal;
}

/* Block: Recently Compared */
.block-compared .block-title strong {
	background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_block-list.gif);
	background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong { background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_block-poll.gif); }

.block-poll .block-subtitle { font-size: 12px; }

.block-poll label {
	color: #777;
	font-weight: bold;
}

.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}

.block-poll .label {
	display: block;
	margin-left: 18px;
}

.block-poll li { padding: 3px 9px; }

.block-poll .actions { margin: 5px 0 0; }

.block-poll button.button span {
	border-color: #406a83;
	background: #618499;
}

.block-poll .answer { font-weight: bold; }

.block-poll .votes {
	float: right;
	margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong { background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_block-tags.gif); }

.block-tags .block-content .tags-list {
	background: none;
	border: 0;
	font-size: 12px;
}

.block-tags .block-content a { color: #1b2d3b; }

.block-tags .actions { text-align: right; }

.block-tags .actions a { float: none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding-top: 10px; }

.block-subscribe label {}

.block-subscribe input.input-text {
	display: block;
	width: 204px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-subscribe .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: left;
}

.block-subscribe .actions button.button { float: none; }

.block-subscribe .actions button.button span {
	border: none;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/subscribe_button.png) 60% no-repeat;
}

/* Block: Reorder */
.block-reorder .block-title strong { background-image: url(http://media.spincds.com/media/css/18ca3af438605f716a779026cf0a68e1.css); }

.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}

.block-reorder .product-name { margin-left: 20px; }

.block-reorder .validation-advice { margin: 3px 9px 7px; }

/* Block: Banner */
.block-banner { border: 0; }

.block-banner .block-content {
	padding: 0;
	text-align: center;
}

/* Block: Who We Are */

.wwa_banner {
	background-image: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/who_we_are_banner.png);
	position: relative;
}

/* Block: Login */
.block-login .block-title strong { background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_ma-info.gif); }

.block-login .block-content { padding: 5px 10px; }

.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-login .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
}

.block-login .actions button.button span {
	border-color: #406a83;
	background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a { float: none; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	border: 0;
	margin: 0 0 7px;
}

.category-image {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}

.category-image img {}

.category-description { margin: 0 0 10px; }

.category-products {}

/* View Type: Grid - HOME PAGE */

.cms-home .products-grid li {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/background_product.png") no-repeat;
	border: none;
	display: block;
	float: left;
	height:180px !important;
	width: 120px !important;
	padding: 12px 10px !important;
	margin: 0 12px 0 0;
	position: relative;
	zoom: 1;
}

.cms-home .products-grid li.last { margin-right: 0; }

.cms-home .products-grid li:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/background_product_hover.png") no-repeat;
}

.cms-home .products-grid {
	border: 0 none;
	background: none;
	padding: 15px 15px 0;
	position: relative;
	width: 446px;
}

.cms-home .products-grid .price-box {
	position: absolute;
	top: 98px;
	right: 14px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right:  0px;
	padding-left: 12px;
}

.cms-home .products-grid .price-box .price { position: relative; }

.cms-home .products-grid .product-name {
	margin: 0;
	padding-top: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.cms-home .products-grid .product-image {
  border: 0 none;
  margin: 0;
}

.cms-home .products-grid .artist-name {
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

/* View Type: Grid */
.products-grid {
	border-bottom: none;
	position: relative;
}

.products-grid.last { border-bottom: 0; }

.products-grid li.item {
	float: left;
	width: 123px;
	padding: 12px 10px 60px;
	position: relative;
}

.products-grid .product-image {
	display: block;
	width: 120px;
	margin: 0 0 10px;
}

.products-grid .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.products-grid .product-name a { color: #203548; }

.products-grid .price-box { margin: 5px 0; }

.products-grid .availability { line-height: 21px; }

.products-grid .actions {
	position: absolute;
	bottom: 12px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
	width: 632px;
	margin: 0 auto;
}

.col1-layout .products-grid {
	width: 790px;
	margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
	border-bottom: 1px solid #d9ddd3;
	padding: 12px 10px;
}

.products-list li.item.last { border-bottom: 0; }

.products-list .product-image {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}

.products-list .product-shop { margin-left: 150px; }

.products-list .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
}

.products-list .product-name a { color: #203548; }

.products-list .price-box {
	float: left;
	margin: 3px 13px 5px 0;
}

.products-list .availability {
	float: left;
	margin: 3px 0 0;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}

.products-list .desc .link-learn { font-size: 11px; }

.products-list .add-to-links { clear: both; }

.products-list .add-to-links li { display: inline; }

.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: 0; }

.ratings {
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0;
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}

.ratings .rating-links { margin: 0; }

.ratings .rating-links .separator { margin: 0 2px; }

.ratings dt {}

.ratings dd {}

.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -31337px;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 13px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
	float: left;
	margin-right: 3px;
}

.ratings .amount {}

.ratings-table th,
.ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

/* Availability */
.availability { margin: 0; }

.availability span { font-weight: bold; }

.availability.in-stock span { color: green; }

.availability.out-of-stock span { color: #d83820; }

.availability-only {
	margin: 10px 0 7px;
	line-height: 16px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_availability_only.gif) 0 50% no-repeat;
	padding-left: 15px;
}

.availability-only span,
.availability-only a {
	border-bottom: 1px dashed #751d02;
	color: #000;
}

.availability-only a {
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
	text-decoration: none;
}

.availability-only .expanded { background-position: 100% -15px; }

.availability-only strong { color: #be2c00; }

.availability-only-details { margin: 0 0 7px; }

.availability-only-details th {
	background: #d2d6d9;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	background: #ebf0f3;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
	color: #d95e00;
	font-weight: bold;
}

.product-view .product-shop .availability { font-size: 11px; }

.product-view .product-shop .availability span { font-weight: normal; }

/* Email to a Friend */
.email-friend { margin: 0; }

/* Alerts */
.alert-price {
	margin: 0;
	font-size: 11px;
}

.alert-stock {
	margin: 0;
	font-size: 11px;
}

/********** < Product Prices */
.price { white-space: nowrap !important; }

.price-box { margin: 5px 0; }

.price-box .price {
	font-weight: bolder;
	color: #404040;
}

/* Regular price */
.regular-price { color: #404040; }

.regular-price .price {
	font-weight: bolder;
	font-size: 15px;
	color: #404040;
}

.block .regular-price,
.block .regular-price .price { color: #2f2f2f; }

/* Old price */
.old-price { margin: 0; }

.old-price .price-label { color: #999; }

.old-price .price {
	font-weight: bold;
	color: #c76200;
	text-decoration: line-through;
}

/* Special price */
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	font-size: 13px;
	font-weight: bold;
	color: #cd5033;
}

.special-price .price {
	font-size: 13px;
	font-weight: bold;
	color: #c76200;
}

/* Minimal price (as low as) */
.minimal-price { margin: 0; }

.minimal-price .price-label { font-weight: bold; }

.minimal-price-link { display: block; }

.minimal-price-link .label { color: #1e7ec8; }

.minimal-price-link .price {
	font-weight: normal;
	color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
	color: #999;
}

.price-excluding-tax .label { color: #999; }

.price-excluding-tax .price {
	font-size: 13px;
	font-weight: normal;
	color: #c76200;
}

/* Including tax */
.price-including-tax {
	display: block;
	color: #999;
}

.price-including-tax .label { color: #999; }

.price-including-tax .price {
	font-size: 13px;
	font-weight: bold;
	color: #c76200;
}

/* FPT */
.weee {
	display: block;
	font-size: 11px;
	color: #444;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax { display: block; }

.price-excl-tax .label { display: block; }

.price-excl-tax .price { display: block; }

/* Incl tax (for order tables) */
.price-incl-tax { display: block; }

.price-incl-tax .label { display: block; }

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */
.price-from { margin: 0; }

.price-from .price-label { font-weight: bold; }

.price-to { margin: 0; }

.price-to .price-label { font-weight: bold; }

/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
	color: #999;
}

.price-notice .price {
	font-weight: bold;
	color: #2f2f2f;
}

/* Price as configured */
.price-as-configured { margin: 0; }

.price-as-configured .price-label { font-weight: bold; }

.price-box-bundle { padding: 0 0 10px 0; }

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price { color: #555; }

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
	margin: 10px 0;
	padding: 10px;
	background-color: #f4f7f7;
	border: 1px solid #dadddd;
}

.tier-prices li {
	line-height: 1.4;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_tier.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
	color: #424242;
}

.tier-prices .benefit {
	font-style: italic;
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices .price {
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices-grouped li {
	padding: 2px 0;
	color: #e26703;
}

.tier-prices-grouped li .price { font-weight: bold; }

/* Add to Links */
.add-to-links {
	font-size: 11px;
	margin: 5px 0 0;
}

.add-to-links .separator { display: none; }

/* Add to Cart */
.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
}

.add-to-cart .qty {
	float: left;
	margin-right: 5px;
}

.add-to-cart button.button { float: left; }

.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo { margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box { margin: 10px 0; }

.add-to-box .add-to-cart { float: left; }

.add-to-box .or {
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}

.add-to-box .add-to-links {
	float: left;
	margin: 0;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: left !important;
}

.add-to-box .add-to-links li { display: block !important; }

.add-to-box .add-to-links li .separator { display: none !important; }

.product-view { border: 1px solid #c4c6c8; }

.product-essential { padding: 25px; }

.product-essential h2 { font: bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {
	background: #faf7ee url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_product_collateral.gif) 0 0 repeat-x;
	padding: 25px;
}

.product-collateral h2 {
	font-weight: bold;
	font-size: 15px;
	color: #e26703;
	border-bottom: 1px solid #e5dcc3;
	padding: 0 0 1px;
	margin: 0 0 15px;
}

.product-collateral .box-collateral { margin: 0 0 25px; }

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 267px;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image { margin: 0 0 13px; }

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.product-view .product-img-box .zoom-notice {
	font-size: 11px;
	margin: 0 0 5px;
	text-align: center;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity: .3;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .product-img-box .more-views h2 {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.product-view .product-img-box .more-views ul { margin-left: -9px }

.product-view .product-img-box .more-views li {
	float: left;
	margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
	float: left;
	width: 56px;
	height: 56px;
	border: 2px solid #ddd;
	overflow: hidden;
}

.product-image-popup { margin: 0 auto; }

.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.product-image-popup .nav {
	font-weight: bold;
	margin: 0 100px;
	text-align: center;
}

.product-image-popup .image {
	display: block;
	margin: 10px 0;
}

.product-image-popup .image-label {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 330px;
}

.col1-layout .product-view .product-shop {
	float: right;
	width: 545px;
}

.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}

.product-view .product-shop .product-name { margin: 0 0 5px; }

.product-view .product-shop .product-name h1 {
	margin: 0;
	font: bold 15px/1.35 Arial, Helvetica, sans-serif;
}

.product-view .product-shop .availability { margin: 10px 0; }

.product-view .product-shop .short-description {
	margin: 10px 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_divider1.gif) 0 0 repeat-x;
	padding: 10px 0 0;
}

.product-view .product-shop .price-box { margin: 10px 0; }

.product-view .product-shop .add-to-links { margin: 0; }

.product-view .product-shop .add-to-links {
	font-size: 12px;
	text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display: inline; }

.product-view .product-shop .add-to-links a {
	color: #1E7EC8 !important;
	font-weight: normal !important;
}

/* Product Options */
.product-options {
	margin: 20px 0 0;
	padding: 10px 15px 20px;
	background-color: #f6f6f6;
	border: 1px solid #e4e4e4;
}

.product-options dt {
	padding: 10px 0 0;
	font-weight: normal;
}

.product-options dt label {
	font-weight: bold;
	color: #2f2f2f;
}

.product-options dt label.required em {
	color: #eb340a;
	margin-right: 5px;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label { vertical-align: middle; }

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #2f2f2f;
}

.product-options dd {
	padding: 5px 10px 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid #e4e4e4;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.product-options dd input.input-text { width: 98%; }

.product-options dd input.datetime-picker { width: 150px; }

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select { width: 99%; }

.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}

.product-options ul.options-list { margin-right: 5px; }

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label { font-weight: normal; }

.product-options ul.validation-failed { padding: 0 7px; }

.product-options p.note {
	margin: 0;
	font-size: 11px;
}

.product-options p.required {
	margin-bottom: 0;
	padding: 15px 0 0;
}

.product-options-bottom {
	background-color: #fffada;
	padding: 15px 20px;
	border: 1px solid #e4e4e4;
	border-top: 0;
}

.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
	color: #e26703;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color: #e26703; }

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.col3-layout .product-options-bottom .price-box {
	float: none;
	padding: 0 0 5px;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax { float: left; }

.product-options-bottom .add-to-cart { float: right; }

.product-shop .product-options-bottom { margin: 0 0 10px; }

.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax { float: none; }

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height: 1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 {
	border-bottom: 0;
	padding: 0;
	margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
	width: 100%;
	border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
	width: 25%;
	background: #f6f2e7;
	border-right: 1px solid #e5dcc3;
	border-bottom: 1px solid #e5dcc3;
	padding: 15px 10px 12px;
	line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td { border-bottom: 0; }

.product-view .box-up-sell .products-grid td.last { border-right: 0; }

.product-view .box-up-sell .products-grid td img { border: 1px solid #e5dcc3; }

.product-view .box-up-sell .products-grid .product-image { text-align: center; }

.product-view .box-up-sell .products-grid td.empty {
	border-right: 0;
	background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags { margin: 0; }

.product-view .box-tags h3 { font-size: 13px; }

.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
	display: inline;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_pipe3.gif) 100% 4px no-repeat;
	padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first { padding-left: 0; }

.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}

.product-view .box-tags .form-add label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
	float: left;
	width: 305px;
	margin: 0 5px 0 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_tag_add.gif) 0 2px no-repeat;
	padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text { width: 299px; }

.product-view .box-tags .form-add button.button span {
	border-color: #406a83;
	background: #618499;
}

.product-view .box-tags .note {
	margin: 3px 0 0;
	padding: 0 0 0 23px;
	font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl { margin: 15px 0; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight: bold; }

.product-view .box-reviews dd { margin: 0 0 15px; }

.product-view .box-reviews dd small { font-style: italic; }

.product-view .box-reviews .form-add { margin: 15px 0 0; }

.product-view .box-reviews .form-add h3 {
	font-size: 13px;
	font-weight: normal;
}

.product-view .box-reviews .form-add h3 span { font-weight: bold; }

.product-view .box-reviews .form-add h4 { font-size: 12px; }

.product-view .box-reviews .form-add .data-table td { text-align: center; }

.product-view .box-reviews .form-add .form-list { margin: 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box { width: 360px; }

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width: 354px; }

/* Send a Friend */
.send-friend .form-list {
	width: 924px;
	overflow: hidden;
}

.send-friend .form-list li { margin-right: -15px; }

.send-friend .form-list li p { margin: 0 15px 0 0; }

.send-friend .form-list .field { width: 464px; }

.send-friend .form-list .input-box { width: 400px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width: 442px; }

.send-friend .form-list li.wide .input-box { width: 924px; }

.send-friend .form-list li.wide textarea { width: 906px; }

.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

.product-name a { color: #eea103; }

.product-name a:hover { color: #fff; }

.sidebar .amount a:hover,
.sidebar .actions a:hover,
.sidebar .product-name a:hover { color: #151515; }

/* Product Tags */
.tags-list {
	display: block;
	font-size: 13px;
	border: 1px solid #c1c4bc;
	background: #f8f7f5;
	padding: 10px;
}

.tags-list li {
	display: inline !important;
	margin: 0 4px 0 0;
}

.tags-list li a { color: #1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
	float: left;
	clear: none;
}

.advanced-search-amount { margin: 0 0 10px; }

.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid #e9d7c9;
	background: #fff6f1;
	padding: 10px;
}

.advanced-search-summary ul {
	float: left;
	width: 49%;
}

.advanced-search-summary strong {
	color: #E17C24;
	padding-left: 15px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
	clear: both;
	font-weight: bold;
	margin: 0;
}

/* CMS Home Page */
.top-sell a { color: black; }

.top-sell a:hover { color: #eaa103; }

.cms-home .subtitle {}

.cms-index-index .subtitle {}

.cms-home .col-left { position: relative; }

.col-left #nav_category {}

.col-left #nav_category a.linkFirst {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/home_page_button_inactive.png") top right no-repeat;
	border: 1px solid #fff;
	border-right: 0 none;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	position: relative;
	padding: 5px 0 0 0;
	text-indent: 10px;
	width: 100%;
	z-index:1;
}

.col-left #nav_category a.active,
.col-left #nav_category a.linkFirst:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/home_page_button_active.png") top right no-repeat;
	color: #fff;
	position:relative;
	z-index:1;
}

.cms-home .space100 {}

.cms-home .col3-layout .col-main .list_of_categ {
	background-image: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/background_products_home.png");
	width: 475px;
	margin: 0;
}

.cms-home .last .linkFirst { border-bottom: none; }

.cms-home .latest-blog-post .block-content {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/background_our_blog.png") 50% 50%;
	background-repeat: repeat-y;
	padding-left: 31px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cms-home .latest-blog-post .block-content {
	color: #1b2d3b;
	text-align: left;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
}

.cms-home .latest-blog-post .block-content .link_blog a {
	color: #D79922;
	font-weight: bolder;
	float: right;
	margin-right: 5px;
	padding-bottom: 6px;
}

.right_link a:hover,
.narrow-by-list a:hover,
.breadcrumbs a:hover,
.category-products .toolbar .pager .pages a:hover,
.cms-home .latest-blog-post .block-content .link_blog a:hover { color: #404040 !important; }

.cms-home .latest-blog-post .block-content .blog_entry {
	font-size: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.latest-blog-post .block-content .blog_entry a { color: #404040; }

.latest-blog-post .block-content .blog_entry a:hover { color: #000000 !important; }

.cms-home .latest-blog-post .block-content .blog_entry .blog_content {
	font-weight: normal;
	font-size: 11px;
}

.cms-home #best-seller-product li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	width: 222px;
}

.cms-home .top_price {
	color: #404040;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 2px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag_small.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.cms-home .top_name {
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
}

.cms-home .top_artist {
	margin-top: 0;
	font-weight: normal;
}

.cms-home .top_artist,
.cms-home .top_name { margin-left: 75px; }

.cms-home .top_image {
	float: left;
	margin: 0 15px 0 0;
	width: 60px;
}

.cms-home .top_image a,
.cms-home .top_image a img { display: block; }

/* Twitter API */
.twtr-widget {
	position: relative;
	font-size: 14px!important;
	font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif!important;
	zoom: 1;
	font-weight: bolder;
	padding: 10px 0;
}

.twtr-fullscreen { font-size: 220%!important; }

.twtr-fullscreen .twtr-new-results { _display: none!important; }

.twtr-inactive { display: none; }

.twtr-widget a img { border: 0!important; }

.twtr-doc {
	width: 100%;
	text-align: left;
	font-weight: inherit;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.twtr-bd {
	background: url("../../../skin/frontend/default/spincds/images/tweet/skin_subdomain/twitter_background.png") no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 22px;
	margin-left: -5px;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 6px 8px;
	zoom: 1;
}

.twtr-fullscreen .twtr-tweet-wrap { padding: 20px; }

.twtr-widget .twtr-tweet {
	margin: 4px;
	width: 320px;
	zoom: 1;
}

.twtr-widget-profile img.twtr-profile-img {
	display: block;
	float: left;
	width: 31px;
	height: 0;
	border: 0 !important;
	padding-left: -31px;
}

.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p {
	margin: 0!important;
	padding-right: 10px!important;
	padding-top: 3px;
	padding-left: 3px;
	line-height: 1.2 !important;
	width: 310px !important;
}

.twtr-widget-profile h3,
.twtr-widget-profile h4 { margin: 0 0 0 40px!important; }

.twtr-widget h3 {
	font-size: 11px!important;
	font-weight: normal!important;
}

.twtr-widget h4 {
	font-size: 16px!important;
	background-color: none;
}

.twtr-widget em,
.twtr-widget .twtr-new-results {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	zoom: 1;
}

.twtr-widget .twtr-new-results {
	text-align: center;
	padding: 3px;
	margin: 0 auto -10px auto!important;
	display: block;
	position: relative;
	bottom: 5px;
	line-height: .9;
}

.twtr-results-inner {
	line-height: 1;
	font-size: 100%;
	padding: 4px 0;
	position: relative;
	bottom: -2px;
	width: 40%;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}

.twtr-results-hr {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 1px;
	border-bottom: 1px dotted #ddd;
	bottom: 7px;
	background: none;
	overflow: hidden;
}

.twtr-new-results span {
	position: relative;
	z-index: 3;
	top: -14px;
	display: block;
	font-size: 9px!important;
}

.twtr-fullscreen .twtr-new-results span { font-size: 24px!important; }

.twtr-hd {
	position: absolute;
	top: 95px;
	left: 335px;
	zoom: 1;
}

.twtr-hd .twtr-profile-img-anchor {
	color: #E5B757;
	font-size: 11px;
}
;

.twtr-fullscreen .twtr-hd {
	height: 0;
	padding: 0;
}

.twtr-timeline {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	z-index: 2;
	height: 225px;
}

.twtr-scroll .twtr-timeline {
	overflow-x: hidden;
	overflow-y: auto;
}

.twtr-widget .twtr-tweet:last-child { border-bottom-width: 0; }

.twtr-ft {
	position: absolute;
	top: 0;
	left: 358px;
}

.twtr-ft div {
	padding: 10px;
	zoom: 1;
}

.twtr-ft span {
	float: right;
	text-align: right;
}

.twtr-ft a {
	float: left;
	display: block;
}

.twtr-ft a img {
	position: relative;
	top: 2px;
}

.twtr-ft span a { float: right; }

.twtr-avatar {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
}

.twtr-fullscreen .twtr-avatar {
	width: 80px;
	height: 80px;
}

.twtr-img {
	height: 25px;
	width: 25px;
}

.twtr-img img {
	width: 30px;
	height: 30px;
}

.twtr-fullscreen .twtr-img img {
	width: 72px;
	height: 72px;
}

.twtr-fullscreen a.twtr-join-conv { display: none; }

.twtr-tweet-text { color:#fff; }

.twtr-fullscreen .twtr-tweet-text { margin-left: 90px; }

.twtr-popular {
	font-size: 10px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 3px;
	opacity: .8;
}

.twtr-doc a { text-decoration: none!important; }

.twtr-doc a:hover { text-decoration: underline!important; }

/* Catalog Product Page */

.product-page { margin-left: -10px; }

.product-page .upper-banner {
	background-color: black;
	margin-top: -2px;
	width: 100%;
	text-align: left;
}

.product-page .upper-banner .breadcrumbs {
	color: white;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 960px;
	margin: 0 auto;
}

.product-page .product-essential {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_upper_bg.png") repeat-x;
	height: 280px;
	margin: 0 auto;
	text-align: left;
	width: 964px;
}

.product-page .product-essential form {
	display: block;
	width: 960px;
	margin: 0 auto;
	color: white;
}

.product-page .product-essential .product-shop .product-name h1 {
	color: white;
	font-weight: bolder;
	margin-top: -5px;
	width: 595px;
}

.product-page .product-essential .product-shop .product-name h2 {
	color: #E19A1A;
	font-weight: bolder;
	font-size: 14px;
	margin-top: -10px;
}

.product-page .product-essential .product-shop .product-name span { font-size: 12px; }

.product-page .product-essential .product-img-box {
	display: block;
	float: left;
	position: relative;
	width: 282px;
}

.product-page .product-essential .product-img-box img { width: 280px; }

.product-page .product-essential .product-img-box .product-image { border: solid thin; }

.product-page .product-essential .product-img-box .more-views { display: none; }

.product-page .product-essential .product-img-box .price-box {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_upper_price.png") no-repeat;
	width: 115px;
	height: 55px;
	bottom: 20px;
	right: -10px;
	position: absolute;
	margin:0;
}

.product-page .product-essential .product-img-box .price-box .regular-price .price {
	font-size: 20px;
	position: absolute;
	top: 12px;
	left: 31px;
}

.product-page .product-essential .product-shop {
	display: block;
	float: right;
	width: 590px;
}

.product-page .product-essential .product-shop .shareButton { margin-top: 15px; }

.product-page .product-essential .product-shop .shareButton a {
	font-weight: bolder;
	color: #E19A1A;
	font-size: 10px;
}

.product-page .product-essential .product-shop .shareButton .send-to-a-friend {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_upper_email.png) no-repeat 0 50%;
	padding-left: 28px;
}

.product-page .product-essential .product-shop .availability.in-stock {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: -15px;
}

.product-page .product-essential .product-shop .availability.pre-order {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: -15px;
}

.product-page .product-essential .product-shop .availability .in-stock span { color: #43913d; }

.product-page .product-essential .product-shop .availability .pre-order span { color: #43913d; }

.product-page .product-essential .product-shop .add-to-box {
	display: block;
	float: left;
	margin-top: -13px;
}

.product-page .product-essential .product-shop .add-to-box .or { display: none; }

.product-page .product-essential .product-shop .add-to-box .add-to-links { line-height: 3.35 !important; }

.product-page .product-essential .product-shop .add-to-box .add-to-links .link-wishlist {
	color: #e9a005 !important;
	font-size: 15px;
	font-weight: bolder;
	padding-top: -13px;
}

.product-page .product-essential .product-shop .add-to-box .add-to-links a:hover { color: #fff !important; }

.product-page .product-essential .product-shop .add-to-box .add-to-cart button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_upper_tag.png") no-repeat top center;
	border: none;
	font-size: 15px;
	font-weight: bolder;
	height: 59px;
	width: 139px;
	padding-bottom: 11px;
}

.product-page .product-essential .product-shop .short-description { display: block; }

.product-page .product-essential .product-shop .short-description h2 {
	color: white;
	font: bold 15px/2.35 Arial, Helvetica, sans-serif;
}

.product-page .product-essential .product-shop .short-description .std {
	color: white;
	font: normal 12px/1 Arial, Helvetica, sans-serif;
	text-align: left;
	width: 600px;
	height: 230px;
	overflow: hidden;
}

.product-page .main .block-related-artists h2 {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat;
	padding: 12px;
	margin-top: 20px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.product-page .main .block-related-artists .artist_image {
	border: solid thin #C8C8C8;
	display: block;
	float: left;
	margin: 5px;
}

.product-page .main .block-related-artists li h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.artist_name a { color: #404040; }

.artist_name a:hover { color: #eaa103; }

.product-page .main .col-main { margin-left: 25px; }

.product-page .more-from-artist li {
	border-bottom: 1px dashed #ddd;
	color: #000;
	float: left;
	font-weight: bold;
	height: 120px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	position: relative;
	width: 222px;
}

.product-page .more-from-artist li a {
	float: left;
	width: 100%;
}

.product-page .more-from-artist-img {
	color: #404040;
	float: left;
	height: 100px;
	position: relative;
	width: 100px;
}

.product-page .more-from-artist img {
	float: left;
	width: 100px;
}

.product-page .more-from-artist .product-price {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag_small.png) 0 -7px no-repeat;
	bottom: 5px;
	padding: 4px 12px 4px 18px;
	position: absolute;
	right: 5px;
}

.more-from-artist-info {
	float: right;
	width: 110px;
}

.product-page .more-from-artist h4 {
	font-size: 13px;
}

.product-page .more-from-artist p {
	font-weight: normal;
}

.product-page .more-from-artist .add-to-box {
	display: block;
	float: left;
}

.product-page .more-from-artist .add-to-box .or { display: none; }

.product-page .more-from-artist .add-to-box .add-to-links { line-height: 3.35 !important; }

.product-page .more-from-artist .add-to-box .add-to-cart button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_upper_tag.png") no-repeat;
	border: none;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bolder;
	height: 59px;
	padding-bottom: 11px;
	width: 139px;
}

.product-page .more-from-artist .add-to-bag {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/more_from_add_tag.png") no-repeat;
	border: none;
	clear: both;
	float: right;
	font-size: 14px;
	font-weight: bolder;
	height: 36px;
	margin: -22px 0 0 5px;
	padding: 0;
	text-align: center;
	width: 113px;
}

.product-page .more-from-artist button.add-to-bag span { width: 113px; }

.product-page .main .product-view {
	border: none;
	width: 715px;
}

/*.product-page .main ul.tab_navigation {list-style: none;margin: 0;padding: 0;}*/
.product-page .main ul.tab_navigation li {
	display: inline;
}

.product-page .main ul.tab_navigation li a {
	color: #fff;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_track_listing_button_inactive.png") no-repeat;
	text-align: center;
	font-size: 15px;
	padding-top: 0;
	text-decoration: none;
	text-align: center;
	float: left;
	height:38px;
	width: 133px;
	line-height:38px;
}

.product-page .main ul.tab_navigation li a.selected,
.product-page .main ul.tab_navigation li a:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/Product_track_listing_button_active.png") no-repeat;
	color: #fff;
}

.product-page .main ul.tab_navigation li a:focus { outline: 0; }

.product-page .main #details,
.product-page .main #tracklist,
.product-page .main #delivery {
	background: #520806 url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_track_listing_bg.png") no-repeat top right;
	clear: both;
	color: #fff;
	height: 375px;
	overflow: auto;
	width: 685px;
}

.product-page .main #details .product-collateral,
.product-page .main #tracklist .product-collateral,
.product-page .main #delivery .product-collateral {
	background: transparent;
	padding: 35px;
}

.product-page .main #tracklist ol { margin-left: 10px; }

.product-page .main #tracklist ol > li {
	color: #fff;
	float: left;
	margin-left: 10px;
	width: 300px;
}

.product-page .main #tracklist ol ol {
	clear: left;
	float: left;
	list-style-type: decimal;
	margin-left: 10px;
	width: 300px;
}

/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/send_to_a_friend_bg.png") no-repeat top center #333333;
	padding: 20px;
	color: white;
	margin-bottom: 20px;
}

.page-sitemap .sitemap li { margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a { color: #1e7ec8; }

.page-sitemap .cat-sitemap {
	font-size: 13px;
	line-height: 24pt;
	list-style: none outside none;
	width: 140px;
	height: 36px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png) no-repeat;
	display: block;
	float: right;
	text-align: right;
	padding-right: 5px;
}

.page-sitemap .cat-sitemap li { padding-right: 5px; }

.page-sitemap .cat-sitemap a { color: #404040; }

.page-sitemap .cat-sitemap a:hover { color: #940c0b; }

.catalog-seo-sitemap-product .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 10px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.catalog-seo-sitemap-category .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 10px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

/* RSS */
.rss-title h1 {
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}

/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .page-title,
.checkout-onepage-index .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	border: none;
	padding: 12px;
	margin-top: 10px;
}

.checkout-cart-index .page-title h1,
.checkout-onepage-index .page-title h1 {
	color: #fff;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
	text-align: left;
}

.checkout-cart-index .page-title {
	margin-bottom: 10px;
	width: 940px;
}

.checkout-onepage-index .page-title {
	width: 661px;
}

.checkout-onepage-index input.input-text { width: 280px; }

.checkout-onepage-index #billing-buttons-container { text-align: right; }

.cart .page-title {
	border-bottom: 0;
	margin: 0 0 12px;
}

.cart .page-title h1 {
	line-height: 1.6;
	margin: 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li { margin: 0 0 5px; }

.cart .title-buttons .checkout-types { float: right; }

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 8px 55px 0 0;
	line-height: 1.0;
	font-size: 11px;
}

.cart-empty {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/empty-bag.jpg") no-repeat scroll left center transparent;
	font-size: 1.4em;
	padding: 35px 0 75px 200px;
}

/* Shopping Cart Table */
#multiship-addresses-table th,
#multiship-addresses-table td,
.cart-table th,
.cart-table td { padding: 20px !important; }

.cart-table th { border-bottom: 1px solid #444444; }

.cart-table .product-name {
	font-weight: bold;
	margin: 0 0 5px;
	color: #2f2f2f;
}

.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #df280a;
}

.cart-table tfoot td { padding: 5px 10px; }

.cart-table .btn-continue { float: left; }

/* Shopping Cart Collateral boxes */

.cart .cart-collaterals .col2-set {
	float: left;
	width: 640px;
}

.cart .crosssell {
	border: 1px solid #cec3b6;
	background: #fafaec;
	padding: 12px 15px;
}

.cart .crosssell h2 {
	font-size: 13px;
	font-weight: bold;
}

.cart .crosssell .product-image {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details { margin-left: 90px; }

.cart .crosssell .product-name { font-weight: bold; }

.cart .crosssell li.item { margin: 12px 0; }

.cart .crosssell .link-compare { font-weight: normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { padding: 15px; }

.cart .discount .input-box {
	margin: 8px 0 0;
	width: 260px;
}

.cart .discount input.input-text { width: 254px; }

.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_divider1.gif) 0 0 repeat-x;
}

.cart .rewards-box-spend-minicart {
	background: #EEEEEE;
	margin-top: 15px;
}

.cart #discount-coupon-form .discount {
	background-color: #AF5300;
	background-image: -moz-linear-gradient(top, #E1880D, #AF5300);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1880D), color-stop(1, #AF5300));
	background-image: linear-gradient(#E1880D, #AF5300);
	margin-top: 15px;
}

.cart .data-table thead th {
	background: #404040;
	border: 1px solid #454545;
}

.cart .cart-collaterals { margin-bottom: 20px; }

/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 308px;
	color: #fff;
	font-size: 1.2em;
	border-top: 1px dashed #353535;
	background-color: #151515;
	background-image: -moz-linear-gradient(top, #151515, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #151515), color-stop(1, #222222));
	background-image: linear-gradient(#151515, #222222);
}

#multiship-addresses-table,
.cart form table {
	background-color: #151515;
	background-image: -moz-linear-gradient(top, #020202, #151515);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #020202), color-stop(1, #151515));
	background-image: linear-gradient(#020202, #151515);
}

.cart .totals table {
	width: 100%;
	margin: 37px 0;
}

.cart .totals td { padding: 1px 15px 1px 7px; }

.cart .totals tr.last td {}

.cart .totals tfoot th { padding: 5px 15px 5px 7px; }

.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size: 15px; }

.cart .totals .checkout-types {
	font-size: 13px;
	height: 32px;
	padding: 8px 15px 15px;
	text-align: right;
}

.cart .totals .checkout-types li {
	clear: both;
	
}

/* Options Tool Tip */
.item-options dt {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
	margin: 0 0 6px;
}

.truncated { cursor: help; }

.truncated a.dots { cursor: help; }

.truncated a.details { cursor: help; }

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 15px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods { margin: 0 0 8px; }

.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
}

.sp-methods dd {}

.sp-methods dd li { margin: 5px 0; }

.sp-methods label {
	font-weight: bold;
	color: #666;
}

.sp-methods .price { font-weight: bold; }

.sp-methods .form-list { padding-left: 20px; }

.sp-methods .form-list li { margin: 0 0 8px; }

.sp-methods select.month {
	width: 154px;
	margin-right: 10px;
}

.sp-methods select.year { width: 96px; }

.sp-methods input.cvv { width: 3em !important; }

.sp-methods .checkmo-list li { margin: 0 0 5px; }

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address { float: left; }

.sp-methods .centinel-logos a { margin-right: 3px; }

.sp-methods .centinel-logos img { vertical-align: middle; }

.please-wait { float: right; }

.please-wait img {
	vertical-align: middle;
	padding-right: 10px;
}

.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}

/* Tooltip */
.tool-tip {
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -31337px;
	overflow: hidden;
}

.tool-tip .tool-tip-content { padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
}

.gift-messages p.control { color: #8e8d8b; }

.gift-messages-form { position: relative; }

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
}

.gift-messages-form .whole-order { margin: 0 0 25px; }

.gift-messages-form .item { margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image { margin: 0 0 7px; }

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #8a8987;
}

.gift-messages-form .item .details { margin-left: 90px; }

.gift-messages-form .item .details .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field { width: 255px; }

.gift-messages-form .item .details .form-list .input-box { width: 240px; }

.gift-messages-form .item .details .form-list input.input-text { width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box { width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea { width: 494px; }

.gift-message-link {
	font-size: 11px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px;
}

.gift-message-link.expanded { background-position: 100% -40px; }

.gift-message-row { background: #f2efe9; }

.gift-message-row .btn-close {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/btn_gm-close.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -31337px;
	overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li { margin: 30px 0; }

.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #fbfaf6;
	border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox { margin-right: 6px; }

.checkout-agreements .agree label {
	font-weight: bold;
	color: #666;
}

.opc .checkout-agreements {
	border: 1px solid #d9dde3;
	border-width: 0 1px;
	padding: 5px 30px;
}

.opc .checkout-agreements li { margin: 20px 0 0; }

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #e4e4e4;
	padding: 5px;
}

.opc .checkout-agreements .agree { padding-left: 6px; }

/* Centinel */
.centinel {}

.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.opc .centinel {
	border: 1px solid #bbb6a5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
	background: #fbfaf6 url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_checkout.gif) 0 0 repeat-x;
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}

.info-set h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight: normal; }

.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}

.info-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.info-set .box { margin: 0 0 15px; }

.info-set .box h2 { color: #e26703; }

.info-set .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.info-set .data-table .product-name a { font-weight: bold !important; }

.info-set .data-table .item-options { margin: 5px 0 0; }

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	border: 1px solid #DDDDDD;
	margin: 0;
}

.block-progress .block-title strong { font-size: 13px; }

.block-progress dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	background: #eee;
	border: 1px solid #a3aeb3;
	margin: 0 0 6px;
	padding: 2px 8px;
	color: #999;
}

.block-progress dd {
	border-top: 0;
	padding: 10px;
}

.block-progress dt.complete {
	margin: 0;
	background: #E08E00;
	color: #fff;
	text-shadow: 0 1px 1px #7a4d00;
}

.block-progress dt.complete a {
	color: #404040;
	text-shadow: 0 0;
}

.block-progress dd.complete { background: #EEEEEE; }

.block-progress p { margin: 0; }

.opc .buttons-set {
  height:35px;
	margin-top: 0;
	padding-top: 2em;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link small { display: none; }

/*.opc .buttons-set .back-link a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  background: none repeat scroll 0 0 #E08E00;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
	text-shadow: 0 1px 1px #7a4d00;
}*/
.opc .buttons-set.disabled button.button { display: none; }

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc { position: relative; }

.opc li.section {
  
}

.opc .step-title {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/grey_page_banner.png);
	padding: 5px 10px;
	border-top: 1px solid #444444;
	width: 665px;
}

.opc .step-title .number {
	float: left;
	background: #fff;
	padding: 2px 6px;
	margin: 2px 5px 0 0;
	font: bold 11px/14px arial, helvetica, sans-serif;
	color: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
	font-weight: bold;
	color: #555;
	padding-left: 10px;
}

.opc .step-title a {}

.opc .allow .step-title {}

.opc .allow .step-title .number {}

/*.opc .allow .step-title a { display: block; }*/

.opc .active .step-title {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/plain_page_banner.png) no-repeat right #000;
	border-bottom: medium none;
	padding: 9px 10px;
}

.opc .active .step-title .number {
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	background: #eaa103;
	color: #fff;
}

.opc .active .step-title h2 {
	color: #fff;
	font-size: 1.4em;
	padding-left: 10px;
}

.opc .step-title a {
	float: right;
	font-size: 12px;
	line-height: 20px;
}

.opc .active .step-title a { display: none; }

.opc .step .form-list .field { margin-right: 20px; }

.opc .step {
	background-color: #151515;
	background-image: -moz-linear-gradient(top, #151515, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #151515), color-stop(1, #222222));
	background-image: linear-gradient(#151515, #222222);
	padding: 20px;
	color: #fff;
}

.opc .step .tool-tip { right: 30px; }

#opc-login .buttons-set { border-top: 0; }

#opc-login h3 { color: #E08E00; }

#opc-login h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #AA0E0B;
}

x #checkout-step-login .col-2 {
	background: none repeat scroll 0 0 #fff;
	color: #444444;
	padding: 15px;
	width: 287px;
}

#opc-shipping_method .buttons-set { border-top: 0; }

.opc .gift-messages-form {
	margin: 0 -30px;
	background: #f6f1eb;
	border: 1px solid #e9e4de;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
	padding: 5px;
	height: 260px;
	overflow: auto;
}

#opc-review .step {
	border: 0;
	padding: 0;
}

#opc-review .product-name {
	font-weight: bold;
	color: #0a263c;
}

#opc-review .item-options { margin: 5px 0 0; }

#opc-review .buttons-set {
	padding: 20px 30px;
	border-color: #444444;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 40px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

#checkout-progress-wrapper .block-content { padding: 0; }

.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background: none !important;
	border: none 0 !important;
	font-size: inherit;
}

.points-checkout-onepage-sidebox {
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(top, #F6F6F6, #E0E0E0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F6F6), color-stop(1, #E0E0E0));
	background-image: linear-gradient(#F6F6F6, #E0E0E0);
	border: 0 none !important;
	margin: 0 !important;
}

.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-content { padding: 0 10px 10px !important; }

.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header h4 { color: #93000A !important; }

.block-progress dt {
	border: none 0 !important;
	border-top: 1px solid #DDDDDD !important;
	margin: 0;
	padding: 10px;
}

#checkout-review-load {
	width: 645px;
	padding: 20px;
}

#checkout-review-load .cart-points-total_earned { padding-top: 20px; }

#checkout-review-load tfoot tr td { padding-bottom: 10px; }

#checkout-review-load .cart-price,
#checkout-review-load h3 {
	color: #E08E00 !important;
	font-size: 1.4em;
	padding: 5px;
}

/* Multiple Addresses Checkout */
.checkout-progress {
	margin: 0 0 20px;
	width: 1000px;
}

.checkout-progress li {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/inactive-step.png) top no-repeat;
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	padding: 32px 0 0;
	font-weight: bold;
	text-align: center;
	color: #AAAAAA;
}

.checkout-progress li.active {
	background-image: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/active-step.png);
	color: #E08E00;
}

.multiple-checkout h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight: normal; }

.multiple-checkout .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a { font-weight: bold !important; }

.multiple-checkout .data-table .item-options { margin: 5px 0 0; }

.multiple-checkout .gift-messages { margin: 15px 0 0; }

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
	background: #151515;
	border: 1px solid #222222;
	color: #fff;
	margin: 0 0 25px;
	padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	border-bottom: 1px solid #222222;
	color: #fff;
	margin: -20px -20px 15px;
	padding: 10px 20px;
	position: relative;
}

#shipping_method_form .box-title h3 { float: none; }

.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box { margin: 0 0 15px; }

.multiple-checkout .box h2 { color: #e26703; }

.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	font-size: 1.5em;
}

.multiple-checkout .place-order .grand-total .inner { float: left; }

.multiple-checkout .place-order .grand-total .inner div { display: inline; }

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price { color: #E26703; }

.multiple-checkout .place-order .grand-total button.button span { font-size: 16px; }

.multiple-checkout .place-order .grand-total button.button span span { padding: 0 45px 0 36px; }

/* Step 1 */
#multiship-addresses-table td { padding: 10px; }

#multiship-addresses-table tfoot td { padding: 5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
	overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field { width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #444444;
	background: #111111;
	padding: 13px;
	position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
	position: absolute;
	top: -27px;
	right: -70px;
	width: 180px;
	height: 45px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/bkg_sp-methods.png) 0 0 no-repeat;
	overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position: relative; }

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.bottom-border { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_account_bg_border.png") no-repeat bottom; }

.account-login .content {
	min-height: 240px;
	padding: 14px 21px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_bg.png);
	border: none;
	color: white;
	font-size: 12px;
	position: relative;
}

.account-login .content .f-left {
	padding-top: 7px;
	color: white;
}

.account-login .content h2 {
	font-weight: bolder;
	font-size: 15px;
	margin: 0 0 14px;
	padding: 0;
	color: #fff;
}

.account-login .new-users h2 {}

.account-login .registered-users h2 {}

.account-login .buttons-set {
	border: none;
	margin: 0;
	padding: 8px 13px;
}

.form-search button.button span span:hover,
#checkout-step-login button.button:hover,
#j2t-continue-link:hover,
#j2t-checkout-link:hover,
button.add-to-bag:hover,
button.button:hover {
	color: #af0f0b;
	cursor: pointer;
}

#j2t-continue-link,
#j2t-checkout-link,
#opc-billing button.button,
.cart button.button,
button.add-to-bag,
.multiple-checkout button.button,
.account-login .col-1 .buttons-set button.button,
#payment-buttons-container button.button,
#checkout-step-login button.button,
#shipping-method-buttons-container button.button {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png) no-repeat left top;
	border: none;
	/* display: block; */
	font-size: 13px;
	font-weight: bold;
	width: 146px;
	padding: 0 11px;
	position: relative;
	height: 32px;
	overflow: visible;
	zoom:1;
}

.multiple-checkout button.button {
	background-image: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/generic_button_lrg.png");
	height: 60px;
	padding-top: 9px;
	width: 185px;
}

.multiple-checkout button.button span {
	padding: 0;
	height: auto;
	font-size: 12px;
}

.multiple-checkout .title-buttons { position: relative; }

.multiple-checkout .title-buttons button {
	position: absolute;
	right: 0;
	top: -10px;
}

.multiple-checkout button.btn-checkout {
	height: auto;
	width: 215px !important;
}

.multiple-checkout button.btn-checkout span { padding: 10px; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
	float: left;
	margin-left: 0;
}

.cart .discount .buttons-set button.button span,
.cart .shipping .buttons-set button.button span {
	margin: 0;
	padding: 0;
	width: 111px;
}

.cart button.btn-continue,
.cart button.btn-update {
	background-image: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/long_button.png");
	height: auto;
	padding: 2px 10px;
	width: 230px;
}

#j2t-continue-link,
#j2t-checkout-link {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/generic_button.png") no-repeat scroll 0 0 transparent;
	padding: 18px 5px;
	width: 125px;
}

#j2t-continue-link span,
#j2t-checkout-link span { background: none; }

.products-grid button.add-to-bag { width: 146px; }

.account-login .col-1 .buttons-set {
	position: absolute;
	top: 210px;
	left: 280px;
}

.account-create button.button,
.customer-account-forgotpassword .col-main button.button,
.account-login .col-2 .buttons-set button.button {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_button.png) no-repeat center;
	border: none;
	font-size: 14px;
	font-weight: bolder;
	padding: 0 18px;
	margin: 0;
	height: 32px;
}

.account-login .col-2 .buttons-set {
	position: absolute;
	top: 210px;
	left: 210px;
}

.account-login .content .form-list label.required {
	padding-bottom: 7px;
	color: white;
}

.account-create .fieldset {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_new_bg.png") no-repeat top center #353535;
	color: #fff;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	min-height: 275px;
	padding: 20px 30px 10px;
	width: 400px;
}

.account-create .fieldset h2 { color: #fff; }

.account-create .page-title h1 {
	border: none;
	width: 915px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

/* My Orders - Reorder */
#reorder-validate-detail button.button {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_button.png) no-repeat;
	color: #404040;
	border: none;
	font-size: 14px;
	font-weight: bolder;
	width: 82px;
	height: 32px;
}

#reorder-validate-detail button.button span { font-size: 12px; }

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

/* Edit Account Information */
.my-account .fieldset {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_bg.png") no-repeat top center #333333;
	border: none;
	padding: 10px;
}

.my-account .fieldset h2 {
	color: white;
	font-weight: bold;
}

.my-account .form-list h3 {
	color: white;
	font-weight: bold;
}

.my-account .form-list .required {
	color: white;
	padding-bottom: 3px;
}

.my-account .form-list .customer-name .field {
	padding-right: 10px;
	float: left;
}

.my-account p.required { padding-bottom: 5px; }

.my-account .form-list label { color: #fff; }

.my-account .form-list li.control { padding-top: 0; }

.my-account .form-list .field { padding-right: 10px; }

.my-account .form-list strong { color: white; }

.my-account .fieldset .buttons-set {
	margin: 0;
	padding: 0;
}

.my-account .fieldset .buttons-set button.button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_add_to_bag.png") no-repeat top center;
	height: 41px;
	padding: 0 35px;
}

.my-account .fieldset .buttons-set button.button span {
	color: #b31911;
	font-size: 14px;
}

/********** < Dashboard */
.dashboard .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.customer-account-edit .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.customer-address-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.customer-address-index .title-buttons { text-align: left; }

.sales-order-history .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.sales-billing-agreement-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.sales-recurring-profile-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.review-customer-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.tag-customer-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.wishlist-index-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.wishlist-index-index .title-buttons { text-align: left; }

.downloadable-customer-products .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.newsletter-manage-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.rewards-customer-index .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.dashboard .welcome-msg { margin: 20px 0; }

.dashboard .welcome-msg p {
	margin: 0;
	color: black;
}

.dashboard .col2-set { margin: 0 0 15px; }

/* General Box */
.box-account {
	border: none;
	padding: 15px;
	margin: 0 0 20px;
}

.box-account a:hover { color: #fff; }

.box-recent,
.box-info { background: #151515; }

.box-account .box-head {
	border-bottom: none;
	margin: 0 0 10px;
	text-align: right;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 0;
	color: #fff;
}

.block-account .block-title {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_dash_left_menu_banner.png) no-repeat;
	height: 31px;
	margin: 0;
}

.block-account .block-title span {
	line-height: 20pt;
	font-size: 16px;
}

.block-account .block-content {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_dash_left_menu.png) no-repeat;
	height: 212px;
	margin: 0;
	padding: 0;
}

.block-account .block-content li {
	margin: 0;
	width: 220px;
}

.block-account .block-content li a {
	color: white;
	line-height: 17.5pt;
	border-bottom: 1px solid #404040;
	padding-left: 10px;
}

.block-account .block-content li a:hover { color: #eea103; }

.block-account .block-content li strong { padding-left: 10px; }

.block-account .block-content li.current {
	border-bottom: 1px solid #404040;
	color: #eea103;
}

.box .box-title {
	padding: 0;
	margin: 0;
	text-align: right;
	border-bottom: solid 1px #3a3a3a;
}

.box .box-content { padding-top: 10px; }

.box .box-title h3,
.box .box-title h4 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: white;
}

.dashboard .box-content { color: white; }

.multiple-checkout .box .box-title h3,
.multiple-checkout .box .box-title h4 { float: none; }

.multiple-checkout h3,
.multiple-checkout h4 { color: #fff !important; }

.multiple-checkout .data-table { border: 1px solid #444444; }

.multiple-checkout .data-table th,
.multiple-checkout .data-table td { padding: 10px; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
	color: white;
	font-weight: bold;
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}

.dashboard .box-info h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-reviews .details { margin-left: 20px; }

.dashboard .box-reviews li.item { margin: 0 0 7px; }

.dashboard .box-reviews li.item.last { margin: 0; }

.dashboard .box-reviews .ratings { margin: 7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image: url(../../../skin/frontend/default/spincds/images/skin_subdomain/i_ma-tags.gif); }

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-tags .details { margin-left: 20px; }

.dashboard .box-tags li.item { margin: 0 0 7px; }

.dashboard .box-tags li.item.last { margin: 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display: inline; }

/********** Dashboard > */

/* Address Book */

.customer-address-index .title-buttons button.button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_tag.png") no-repeat top center;
	height: 35px;
	padding: 0 5px;
	margin-top: 10px;
}

.customer-address-index .my-account .page-title { border: none; }

.customer-address-form .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.addresses-list {
	background: #151515;
	padding: 10px;
}

.addresses-list h2 {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

.addresses-list h3 {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}

.addresses-list address {
	margin: 0 0 3px;
	color: #fff;
}

.addresses-list p { margin: 0; }

.addresses-list a { font-weight: bold; }

.addresses-list .link-remove { color: #646464; }

.addresses-list .separator {
	margin: 0 3px;
	color: #e09a1a;
}

.addresses-list li.item {}

.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list li.empty p { font-weight: bold; }

.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
	color: #fff;
}

/* Order History */

.my-account .page-title {
	margin: 0;
	border: 0 none;
}

.my-account .my-tags,
.my-account .my-reviews,
.my-account .my-downloads,
.my-account .wishlist-content,
.my-account .recurring-profiles,
.my-account .billing-agreements,
.sales-order-history .history-content {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_bg.png") no-repeat top center #353535;
	border: none;
	padding: 20px;
	font-size: 1.2em;
	color: #fff;
}

.sales-order-history .pager .limiter label { color: white; }

.sales-order-history .history-content .pager {
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
	padding: 10px 0;
	margin: 5px 0;
}

.sales-order-history .pager .limiter { color: white; }

.sales-order-history .pager .amount { display: none; }

.sales-order-history .data-table thead th { line-height: 25pt; }

/* Order View */
.order-info {
	background: #dee5e8;
	border: 1px solid #d0cbc1;
	padding: 4px 8px;
	margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display: inline; }

.order-info .current { font-weight: bold; }

.order-info li { margin: 0 3px; }

.order-date { margin: 10px 0; }

.order-info-box {
	/*background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_block-title.gif) 0 0 repeat-x;
	border: 1px solid #d0cbc1;*/
	padding: 0 15px;
	margin: 0;
}

.order-info-box h2 {
	color: #eea103;
	font-weight: bold;
	font-size: 13px;
}

.order-info-box .box-payment p { margin: 0 0 3px; }

.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}

.order-items {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_account_bg.png") no-repeat top center #353535;
	padding: 10px;
}

.order-items h2 {
	clear: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px;
	color: #fff;
}

.order-items h3 {
	clear: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px;
	color: #0a263c;
}

.order-items .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
}

.order-items .link-print {
	color: #1e7ec8;
	font-weight: normal;
}

.order-items .order-links { text-align: right; }

.order-items .data-table thead th {
	background: #404040;
	border-right: 1px solid #707070;
}

.order-items .data-table thead th.last { border: none; }

.order-items .data-table tfoot { background: #e0e0e0; }

.order-items .data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-right: 1px solid #e0e0e0;
	background: #fff;
	color: #404040;
}

.order-additional { margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong { color: #666; }

.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}

/* Order Comments */
.order-about dt { font-weight: bold; }

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table { margin: 0 0 15px; }

.tracking-table th { font-weight: bold; }

.tracking-table-popup { width: 100%; }

.tracking-table-popup th { font-weight: bold; }

.tracking-table-popup th,
.tracking-table-popup td { padding: 1px 8px; }

/* Order Details */
.my-account .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
	text-align: left;
}

.my-account .title-buttons { background: #151515; }

.my-account .title-buttons button {
	float: right;
	margin-right: 20px;
}

.my-account .title-buttons .order-date p { padding-left: 15px; }

.sales-order-view .order-info {
	background: none;
	border: none;
	margin: 0;
	padding: 10px 13px;
	font-size: 13px;
	color: white;
}

.sales-order-view .myorder_back {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_account_bg.png") no-repeat top center #353535;
	margin-bottom: 25px;
}

.sales-order-view address { color: white; }

.sales-order-view .box-content { color: white; }

.sales-order-view .link-reorder,
.sales-order-view .link-print { color: #e09a1a !important; }

.my-account span.nobr a:hover,
.my-account span.nobr a.link-reorder:hover { color: #fff !important; }

.my-account .link-print { color: #e09a1a; }

/* Order Print Pages */
.page-print .print-head { margin: 0 0 15px; }

.page-print .print-head .logo { float: left; }

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}

.page-print h2,
.page-print h3 {
	font-size: 13px;
	font-weight: bold;
}

.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}

.page-print .order-date {
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_divider1.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set { margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax { display: block; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display: inline; }

/* My Wishlist */
.my-wishlist .data-table td {
	padding: 10px;
	color: white;
}

.my-wishlist .data-table thead th { line-height: 25pt; }

.my-wishlist .data-table tbody { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_bg.png") no-repeat top center #333333; }

.my-wishlist .data-table .odd { background: none; }

.my-wishlist .data-table .even { background: none; }

.my-wishlist .bottom-border {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_bg_bottom.png") no-repeat bottom;
	margin-top: -11px;
}

.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
}

.my-wishlist .buttons-set { margin-top: 2em; }

.my-wishlist .buttons-set button.button { float: none; }

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_tag.png") no-repeat top center;
	color: #404040;
	height: 35px;
	line-height: 27pt;
	padding: 0 11px;
	font-size: 14px;
}

#wishlist-table .add-to-links {}

.my-wishlist .data-table .first .trash {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/trash.png") no-repeat top center;
	line-height: 18pt;
}

.my-wishlist .price {
	color: white;
	font-size: 12px;
}

.my-wishlist .price-box { margin: 0; }

.my-wishlist button.button span {
	color: #eea103;
	font-size: 12px;
}

.my-wishlist textarea {
	margin: 0;
	padding: 2px 8px;
}

.my-account .buttons-set {
	border: none;
	padding: 0;
	margin-top: 0;
}

.my-account .buttons-set .back-link { padding-top: 10px; }

.my-account .data-table tbody th,
.data-table tbody td { color: white; }

.my-account .data-table tfoot td {}

.my-account .data-table .subtotal .a-right { padding-top: 15px !important; }

.my-account .data-table tbody.odd tr { background: none !important; }

.my-account p { color: white; }

.my-account .bottom-border {
	margin-top: -10px;
	margin-bottom: 10px;
}

.my-account .order-info-box h2 {
	text-align: left;
	padding-top: 10px;
}

.my-account .order-items h3 { color: #eea103; }

/* My Tags */
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
	float: right;
	margin: 4px 0 0 5px;
}

#my-tags-table { clear: both; }

#my-tags-table td { padding: 10px; }

#my-tags-table .add-to-links {}

/* My Reviews */
#my-reviews-table td { padding: 10px; }

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

.product-review .product-details { margin-left: 150px; }

.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.product-review h3 {
	font-size: 12px;
	margin: 0 0 3px;
	color: #2f2f2f;
}

.product-review .ratings-table { margin: 0 0 10px; }

.product-review dt { font-weight: bold; }

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box { margin: 15px 0; }

.billing-agreements .form-list li select { float: left; }

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}

/* My Points and Rewards */
.mypoints-page .page-head h3 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin: 0;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.mypoints-page .mypoints-page-content {
	padding: 10px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/my_wish_list_bg.png") no-repeat top center #333333;
}

.mypoints-page h4 { color: white; }

.mypoints-page h2 { color: white; }

.mypoints-page .mypoints-summary .usable-points { color: white; }

.mypoints-page .mypoints-summary .pending-points { color: white; }

.mypoints-page .mypoints-redeemcatalog .noproducts {
	color: white;
	margin: 0;
}

.mypoints-page .no_transfers { color: white; }

.mypoints-page td { color: white; }

.mypoints-page button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/more_from_add_tag.png") no-repeat top center;
	height: 39px;
	padding: 0 15px;
	margin-top: -15px;
	border: none;
	font-weight: bold;
}

.mypoints-page .clear { height: 15px; }

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top: 15px solid #b6d1e2; }

.footer {
	width: 930px;
	margin: 0 auto;
	padding: 10px 10px 50px;
}

.footer .store-switcher {
	display: inline;
	margin: 0 5px 0 0;
	color: #fff;
}

.footer .store-switcher label {
	font-weight: bold;
	vertical-align: middle;
}

.footer .store-switcher select {
	padding: 0;
	vertical-align: middle;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.footer .bugs {
	margin: 13px 0 0;
	color: #ecf3f6;
}

.footer .bugs a {
	color: #ecf3f6;
	text-decoration: underline;
}

.footer .bugs a:hover { text-decoration: none; }

.footer address {
	margin: 0 0 20px;
	color: #ecf3f6;
}

.footer address a {
	color: #ecf3f6;
	text-decoration: underline;
}

.footer address a:hover { text-decoration: none; }

.footer ul {
	display: inline;
	padding: 0;
}

.footer ul.links { display: block; }

.footer li {
	display: inline;
	background: url(../../../skin/frontend/default/spincds/images/skin_subdomain/bkg_pipe2.gif) 100% 60% no-repeat;
	margin: 0 5px 0 2px;
}

.footer li.last {
	background: none !important;
	padding-right: 0 !important;
}

.footer-container .bottom-container { margin: 0 0 5px; }

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom: 12px; }

.home-callout img { display: block }

.home-spot {
	float: left;
	width: 470px;
	margin-left: 20px;
}

.best-selling h3 {
	margin: 12px 0 6px 0;
	color: #e25203;
	font-size: 1.2em;
}

.best-selling table { border-top: 1px solid #ccc; }

.best-selling tr.odd { background: #eee url(../../../skin/frontend/default/spincds/images/skin_subdomain/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }

.best-selling tr.even { background: #fff url(../../../skin/frontend/default/spincds/images/skin_subdomain/best_selling_tr_even_bg.gif) 0 100% repeat-x; }

.best-selling td {
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 8px;
	font-size: 11px;
}

.best-selling .product-img {
	float: left;
	border: 2px solid #dcdcdc;
}

.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color: #203548; }

/* ======================================================================================= */


/* Clears ================================================================================ */
.group:after,
.clearer:after,
.header-container .top-container:after,
.search-autocomplete li:after,
.block li.item:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .group { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* ======================================================================================= */

/* prismcds page */

.clearElement {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.white { color: #fff; }

a {
	text-decoration: none;
	font-weight: bold;
}

.pageSize {
	width: 964px;
	margin: 0 auto;
}

.headerWrapper {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#320605), to(#7a0d10));
	background-image: -webkit-linear-gradient(top, #320605, #7a0d10);
	background-image: -moz-linear-gradient(top, #320605, #7a0d10);
	background-image: -ms-linear-gradient(top, #320605, #7a0d10);
	background-image: -o-linear-gradient(top, #320605, #7a0d10);
	background-image: linear-gradient(top, #320605, #7a0d10);
	background-position: top;
	background: #320605 url(http://skin.spincds.com/skin/frontend/default/spincds/images/spincds/banners/random.php) top;
	height: 196px;
	position: relative;
	z-index: 2;
}

.header {
	padding: 16px 0 0 0;
	height: 180px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.header .menuWrapper { text-shadow: none; }

.logo {
	float: left;
	width: 230px;
	margin-top: 0;
}

.header .centerBox {
	float: left;
	padding: 10px 0 10px 30px;
	width: 500px;
}

ul.infoLinks {}

ul.infoLinks li.infoElem {
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 1;
	padding: 0 0 0 15px;
}

ul.infoLinks li.infoElem a {
	color: #eaa103;
	font-weight: bold;
}

.searchBar {
	float: left;
	padding: 22px 0 0;
	position: relative;
}

.searchBar .form-search .search-autocomplete {
	left: 10px;
	position: absolute;
	top: 63px;
	z-index: 13;
}

.form-search {
	background: #000;
	background: rgba(0,0,0,.75);
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
	box-shadow: 0 0 5px rgba(0,0,0,.75);
	height: 35px;
	padding: 10px 10px 8px 10px;
	width: 485px;
}

.form-search label {
	float: left;
	height: 21px;
	text-align: left;
	text-indent: -31337px;
	overflow: hidden;
	width: 24px;
}

.form-search input.input-text {
	background: #fff url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/bg_input_search.png) 0 0 no-repeat;
	border: none;
	color: #404040;
	display: block;
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 6px;
	text-indent: 5px;
	width: 398px;
}

.form-search button.button { float: right; display: block; }

.form-search button.button span {
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/search_button.png) 0 3px no-repeat;
	border: none;
	font: bold 14px/21px Helvetica, Verdana, Arial, sans-serif;
	height: 25px;
	padding: 5px 0;
	width: 65px;
}

.form-search .search-autocomplete ul {
	border: 1px solid #5c7989;
	background-color: #f9f5f0;
}

.form-search .search-autocomplete li {
	text-align: left;
	border-bottom: 1px solid #f4eee7;
	padding: 2px 8px 1px 8px;
	cursor: pointer;
}

.form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.form-search .search-autocomplete li.odd { background-color: #fffefb; }

.form-search .search-autocomplete li.selected { background-color: #f7e8dd; }

.header .rightBox {
	float: right;
	width: 190px;
}

.rightBox .block-cart {
	background: url('../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/shoping_bag.png') right -5px no-repeat;
	color: #eaa103;
	font-size: 12px;
	border: none;
	width: 190px;
}

.rightBox .block-cart p {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 130px;
}

.rightBox .block-cart .empty {
	height: 50px;
	margin: 0;
	padding: 7px 40px 0 18px;
	text-align: left;
	width: 130px;
}

.rightBox .block-cart .cart_title { font-weight: bold; }

.rightBox .block-cart .cart_title a:hover { color: #fff; }

.rightBox .block-cart .white {
	border: none;
	padding: 0 3px;
	width: 20px;
}

.rightBox .infoLinks { padding: 15px 0 0 0; }

.rightBox ul.infoLinks li {
	float: right;
	margin: 0 10px 0 0;
}

.rightBox ul.infoLinks li a {
	color: #eaa103;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 5px;
}

.header ul.infoLinks li a:hover { color: #fff; }

.header .menuWrapper {
	background: none;
	position: relative;
	z-index: 1;
	margin-top: 0;
}

.microphone {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/micro.png") center top no-repeat;
	position: absolute;
	height: 100px;
	width: 50px;
	right: -36px;
	top: -48px;
}

.footerWrapper {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/bg_footer.jpg") center top no-repeat;
	height: 405px;
	position: relative;
	z-index: 2;
}

.footer {
	position: relative;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 17px;
}

.footer .books {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/footer_stash.png") left top no-repeat;
	height: 179px;
	position: absolute;
	right: 282px;
	top: 218px;
	width: 217px;
	z-index: 3;
}

.footer .footerBox {
	width: 220px;
	float: left;
	text-align: left;
	padding: 0 20px 0 0;
}

.footer .footerBox h3 {
	font-size: 1.3em;
	color: #fff;
	border-bottom: 2px solid #630;
	width: 220px;
}

.footer .footerBox .Lnks {
	background: none;
	display: block;
	padding: 23px 0 0 0;
}

.footer .footerBox .Lnks .item {
	background: none;
	display: block;
	padding: 0;
	color: #eaa103;
	font-weight: normal;
}

.footer .footerBox .Lnks .item span { color: white; }

.footer .footerBox .Lnks .item a {
	color: #eaa103;
	font-weight: normal
}

.style_cc {
	clear: both;
	float: left;
}

.style_cc li {
	background: none;
	border: none;
	float: left;
	height: 35px;
	margin: 0 5px 0 2px;
}

	.footer .style_cc li { padding: 0; }

.facebook,
.twitter_bt,
.style_cc li a,
.item .secure_ssh,
.footer .footerBox .social .item {
	background-image: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/sprite.png");
	background-repeat: no-repeat;
}

.style_cc li a { text-indent: -31337px; }

.style_cc li .card {
	display: block;
	width: 50px;
	height: 30px;
}

.style_cc li .small_card {
	display: block;
	width: 30px;
	height: 30px;
}

.style_cc li .master { background-position: -97px 0; }

.style_cc li .solo { background-position: -32px 0; }

.style_cc li .paypal { background-position: -150px 0; }

.style_cc li .visa { background-position: -203px 0; }

.style_cc li .switch { background-position: 0 0; }

.style_cc li .visa_electron { background-position: -256px 0; }

.style_cc li .amex { background-position: -64px 0; }

.facebook,
.footer .footerBox .Lnks .facebook {
	background-position: 0 -35px;
}

.twitter_bt,
.footer .footerBox .Lnks .twitter_bt {
	background-position: 0 -77px;
}

.item .secure_ssh {
	background-position: -309px 0;
	float: left;
	display: block;
	height: 30px;
	text-indent: 25px;
}

.item a p { padding-top: 12px; }

.sidebar .social .facebook,
.sidebar .social .twitter_bt {
	display: block;
	height: 30px;
	padding: 12px 0 0 50px;
}

.footer .footerBox .social li a {
	background: none;
	display: block;
	line-height: 2.8;
	padding: 0 0 10px 50px;
}

.footer .footerLinks {
	text-align: left;
	padding-top: 40px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.footer .footerLinks li { margin: 0 5px 0 0; }

.footer .footerLinks a {
	color: #eaa103;
	font-weight: normal;
	padding: 0 10px 0 0;
}

.footer .space50 { height: 50px; }

.footer .space20 { height: 20px; }

.footer .address {
	text-align: left;
	float: left;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.footer .design {
	text-align: left;
	float: right;
	color: white;
	font-weight: normal;
}

.footer .design a { color: #eaa103; }

/* Product in Blog */
.product-shortcode {
	padding: 5px;
	width: 160px;
	margin-bottom: 10px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/blog_article_bg_product.png") no-repeat top center;
	display: block;
	float: left;
	color: white;
	position: relative;
}

.product-shortcode h3 {
	font-size: 14px;
	color: white;
}

.product-shortcode h4 {
	font-size: 12px;
	color: white;
}

.product-shortcode .zone_2 a { color: white; }

.product-shortcode .elem { float: left }

.product-shortcode .zone_1 {
	width: 145px;
	padding: 10px;
}

.product-shortcode .zone_2 {
	width: 140px;
	padding: 10px;
}

.product-shortcode .zone_3 { padding: 10px 10px 10px 10px; }

.product-shortcode .zone_3 p {
	padding-bottom: -10px;
	margin: 0;
	padding: 0;
}

.product-shortcode .zone_3 .link-wishlist {
	padding-left: 20px;
	font-size: 14px;
	line-height: 30pt;
}

.product-shortcode .product_price {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png") no-repeat top center;
	display: block;
	height: 38px;
	left: 71px;
	position: absolute;
	top: 85px;
	width: 67px;
}

.product-shortcode .product_price span {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	line-height: 15pt;
	display: block;
	padding-right: 5px;
	padding-top: 10px;
	float: right;
}

.product-shortcode img {
	border: 0 none;
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}

.product-shortcode .product_status { font-size: 12px; }

.product-shortcode button.button {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png") no-repeat top center;
	border: medium none;
	font-size: 13px;
	font-weight: bolder;
	height: 32px;
	padding: 0 23px;
	width: 143px;
}

/* catalog-category-view */
.catalogsearch-result-index .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/coming_soon_landing_page_banner.png") no-repeat top center;
	height: 131px;
	border: none;
}

.catalogsearch-result-index .page-title h1 {
	color: white;
	font-size: 30px;
	font-weight: normal;
	line-height: 45pt;
	margin-left: 20px;
	margin-bottom: -15px;
}

.catalogsearch-result-index .page-title h2 {
	color: white;
	font-size: 25px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: -20px;
}

.catalogsearch-result-index .products-grid li.item {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_bg.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	float: left;
	height: 180px;
	width: 155px;
}

.catalogsearch-result-index .products-grid img { border: thin solid #fff; }

.catalogsearch-result-index .products-grid .product-name {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: left;
}

.catalogsearch-result-index .products-grid .price-box {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png") no-repeat scroll 0 -7px transparent;
	float: right;
	margin-left: 54px;
	margin-top: 90px;
	padding-left: 10px;
	padding-right: 15px;
	position: absolute;
}

.catalogsearch-result-index .products-grid li.first { margin: 0; }

.catalogsearch-result-index .category-products .sort-by,
.catalogsearch-result-index .category-products .toolbar { float: left; }

.catalogsearch-result-index .category-products .toolbar {
	margin-bottom: 10px;
	width: 700px;
	float: right;
}

.catalogsearch-result-index .category-products .products-grid {
	clear: both;
	margin-bottom: 5px;
	padding: 0;
}

.catalogsearch-result-index .col-wrapper { width: 964px; }

.catalogsearch-result-index .col-main { width: 685px; }

/*.category-products { margin-bottom: 20px; }*/

.catalogsearch-result-index .col-main .category-products {
	width: 700px;
	position: relative;
}

.catalogsearch-result-index .col-main .category-products .sort-by {
	position: absolute;
	top: -56px;
	left: 20px;
	font-weight: bold;
	color: #fff;
}

.catalogsearch-result-index .col-main .category-products .toolbar .pager .pages {
	float: right;
	margin: 0 5px;
	color: #FA810C;
}

.catalogsearch-result-index .col-main .category-products .toolbar .pager .pages a { color: #FA810C; }

.catalogsearch-result-index .col-main .category-products .toolbar_down {}

.catalogsearch-result-index .main .col-main .toolbar { padding-bottom: 10px; }

.catalogsearch-result-index .main .col-main .toolbarBottom .pager {
	text-align: center;
	position: relative;
}

.catalogsearch-result-index .main .col-main .toolbarBottom .pager a { color: #FA810C; }

.catalogsearch-result-index .main .col-main .toolbarBottom .pager .back-to-top {
	display: block;
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
}

.catalogsearch-result-index .main .col-main .toolbarBottom .pager .pages {
	color: #FA810C;
	display: block;
	float: right;
}

.catalogsearch-result-index .main .col-main .products-grid {
	border: none;
	background: none;
	position: relative;
	padding: 0;
	width: 700px;
}

.catalogsearch-result-index .main .col-main .products-grid li {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_bg.png") no-repeat;
	border: none;
	float: left;
	width: 155px;
	height: 180px;
}

.catalogsearch-result-index .main .col-main .products-grid li:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_hover.png") no-repeat;
	border: none;
	float: left;
}

.catalogsearch-result-index .main .col-main .products-grid img {
	border-style: solid;
	border-width: thin;
	border-color: #fff;
}

.catalogsearch-result-index .main .col-main .products-grid li.item { text-align: center; }

.catalogsearch-result-index .main .col-main .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.catalogsearch-result-index .main .col-main .products-grid .product-name h2 { width: 120px; }

.catalogsearch-result-index .main .col-main .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.catalogsearch-result-index .main .col-main .products-grid .price-box {
	position: absolute;
	float: right;
	margin-top: 90px;
	margin-left: 55px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 21px;
	padding-left: 10px;
}

.catalogsearch-result-index .main .col-main .products-grid .price-box2 {
	position: absolute;
	float: right;
	margin-top: -33px;
	margin-left: 55px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.catalogsearch-result-index .main .col-main .products-grid .price-box .price { position: relative; }

.catalogsearch-result-index .main .col-main .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.catalogsearch-result-index .main .col-main .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.catalogsearch-result-index .main .col-main .products-grid .actions {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.catalogsearch-result-index .main .col-main .products-grid .item {
	padding-left: 19px;
	padding-right: 30px;
	width: 125px;
}

.catalog-category-view .main .breadcrumbs {
	color: black;
	margin-top: -10px;
	padding-bottom: 10px;
}

.catalog-category-view .main .breadcrumbs ul {
	display: inline;
}

.catalog-category-view .col-main .category-products {
	width: 700px;
	position: relative;
}

.catalog-category-view .col-main .category-products .sort-by {
	position: absolute;
	top: -45px;
	left: 20px;
	font-weight: bold;
	color: #fff;
}

.catalog-category-view .col-main .category-products .toolbar .pager .pages {
	float: right;
	margin: 0 5px;
	color: #FA810C;
}

.catalog-category-view .col-main .category-products .toolbar .pager .pages a { color: #FA810C; }

.catalog-category-view .col-main .category-products .toolbar_down {}

.category-cds .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/cds_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-new-in .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/newin_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-coming-soon .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/coming_soon_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-vinyl .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/vinyl_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-box-sets .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/boxsets_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-dvd-blu-ray .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/dvd_landing_page_banner.png") no-repeat top center;
	height: 131px;
}

.category-merchandise .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/merchandise_landing_page_banner.png") no-repeat top center;
	height: 142px;
}

/*.catalog-category-view .col-main .page-title {background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/cds_landing_page_banner.png") no-repeat;height: 131px;}*/

.catalog-category-view .col-main .page-title h1 {
	color: white;
	font-size: 45px;
	font-weight: bolder;
	line-height: 60pt;
	margin-left: 20px;
}

.catalog-category-view .main .col-main .toolbar { padding-bottom: 10px; }

.catalog-category-view .main .col-main .toolbarBottom .pager {
	text-align: center;
	position: relative;
}

.catalog-category-view .main .col-main .toolbarBottom .pager a { color: #FA810C; }

.catalog-category-view .main .col-main .toolbarBottom .pager .back-to-top {
	display: block;
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
}

.catalog-category-view .main .col-main .toolbarBottom .pager .pages {
	color: #FA810C;
	display: block;
	float: right;
}

.catalog-category-view .main .col-main .products-grid {
	background: none;
	border: none;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	width: 700px;
}

.catalog-category-view .main .col-main .products-grid li {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_bg.png") no-repeat;
	border: none;
	float: left;
	width: 155px;
	height: 180px;
}

.catalog-category-view .main .col-main .products-grid li:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_hover.png") no-repeat;
	border: none;
	float: left;
}

.catalog-category-view .main .col-main .products-grid img {
	border-style: solid;
	border-width: thin;
	border-color: #fff;
}

.catalog-category-view .main .col-main .products-grid li.item { text-align: center; }

.catalog-category-view .main .col-main .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.catalog-category-view .main .col-main .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.catalog-category-view .main .col-main .products-grid .price-box {
	position: absolute;
	float: right;
	margin-top: 90px;
	margin-left: 55px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.catalog-category-view .main .col-main .products-grid .price-box2 {
	position: absolute;
	float: right;
	margin-top: -33px;
	margin-left: 55px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

.catalog-category-view .main .col-main .products-grid .price-box .price {
/*  display: block;
  float: right;*/
	padding-right: 5px;
	padding-left: 2px;
}

.catalog-category-view .main .col-main .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.catalog-category-view .main .col-main .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.catalog-category-view .main .col-main .products-grid .actions {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.catalog-category-view .main .col-main .products-grid .item {
	padding-left: 19px;
	padding-right: 30px;
	width: 125px;
}

/* PAYMENT */

.payment { padding-top: 10px; }

.payment .Links li {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.payment .Links li a { padding-bottom: 1px; }

/*pseudo class */
.newLine { clear: both; }

.left { float: left; }

.right { float: right !important; }

.center {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* facebook and twiterr buttom custom */

.shareButton {
	margin: 10px 0 0 0;
	height: 40px;
	line-height: 20px;
}

.shareButton ul li {
	float: left;
	padding-right: 10px;
}

.fb_share {
	float: left;
	clear: both;
}

.twitter-share-button {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
}

/* product page */
 /* similar artist blog */
.block-related-artists h2 {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat;
	padding: 12px;
	margin-top: 20px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.block-related-artists .artist_image {
	border: solid thin #C8C8C8;
	display: block;
	float: left;
	margin: 5px;
}

.block-related-artists li h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.block-related-artists {}

.block-related-artists ul li {
	float: left;
	padding: 5px;
	width: 126px;
}

.block-related-artists img {
	width: 114px;
	height: 112px;
}

/* twitter */
 .twitter {
	background: #eee url(../../../skin/frontend/default/spincds/images/tweet/skin_subdomain/tweet.png) no-repeat;
	display: block;
	width: 55px;
	text-indent: -31337px;
}

/*pagination */
.pagination { float: right; }

.pagination .nav-pagination li {
	display: inline;
	height: 20px;
	withd: 20px;
	color: #eaa103;
	font-size: 1em;
	font-weight: bolder;
}

.pagination .nav-pagination li a { color: #eaa103; }

.pagination .nav-pagination li.current a { color: #000; }

/* Featured Artists page */
.featured-artists { width: 700px; }

.artists-index-index li.featuredMenu a { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/button_link_hover_right.png") no-repeat top center; }

.artists-index-index li.featuredMenu span { color: #404040; }

.wordpress-homepage-index li.blogMenu a { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/button_link_hover_right.png") no-repeat top center; }

.wordpress-homepage-index li.blogMenu span { color: #404040; }

.featured-artists h2 {
	width: 934px;
	height: 140px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/featured_landing_page_banner.png") no-repeat left top;
	line-height: 1.75 !important;
	padding-left: 20px;
	color: white;
	font: bold 45px/16pt Arial, Helvetica, sans-serif;
}

.featured-artists .artist-image {
	border: solid thin #C8C8C8;
	display: block;
	float: left;
	margin: 5px;
}

.featured-artists span { color: red; }

.featured-artists li h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	width: 100px;
}

.featured-artists ul li {
	float: left;
	padding: 5px;
}

.back-to-top {
	display: block;
	float: left;
	width: 700px;
	clear: both;
}

.toolbarBottom .back-to-top { width: auto; }

.back-to-top a { color: #FA810C; }

.artist-page .col-main {
	width: 700px;
	float: right;
}

.artist-page .upper-banner {
	height: 25px;
	background: #000;
	text-align: center;
}

.artist-page .upper-banner .breadcrumbs {
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	color: white;
	padding-top: 5px;
}

.artist-page .breadcrumbs li a { font-weight: bold; }

.artist-page .breadcrumbs li.artist a { text-transform: capitalize; }

.artist-page .breadcrumbs li.name { text-transform: capitalize; }

.artists-index-index .artist-page .breadcrumbs li.artist a {
	text-transform: capitalize;
	color: black;
}

.artist-page .featured-artist-wrapper {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_upper_bg.png") repeat-x;
	width: 100%;
	height: 402px;
	text-align: center;
	overflow: hidden;
}

.artist-page .featured-artist-wrapper .featured-artist {
	margin: 0 auto;
	color: #fff;
	text-align: left;
}

.featured-artist .artist_content {
	width: 640px;
	float: left;
	padding: 15px 0 0 0;
}

.artist_content li.elem { display: block; }

.artist_content h2 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	float: left;
	text-transform: capitalize;
}

.artist_content ul.shareButton {
	color: #fff;
	float: right;
	width: 643px;
}

ul.shareButton li {
	float: left;
	padding: 0 2px;
}

ul.shareButton li a { color: #eaa103; }

.featured-artist .artist_images {
	float: right;
	padding: 25px 0 0 0;
	width: 322px;
	text-align: center;
}

.artist_images img { border: 1px solid #fff; }

.artist_images #loadarea {
	width: 100%;
	height: 220px;
	text-align: center;
}

.artist_images .nav-thumb { padding-left: 42px; }

.artist_images .nav-thumb li {
	float: left;
	padding: 10px 11px;
}

.artist-page #discography-product {
	width: 700px;
	border: none;
}

#discography-product .block-title { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat; }

#discography-product .block-content {}

#discography-product .block-content ul.list-products li {
	float: left;
	display: block;
	width: 160px;
	border: 1px solid;
	height: 255px;
}

#discography-product .block-content .top_toolbar .sort-by { float: left; }

/* Featured Artists */	

#discography-product .products-grid {
	border: none;
	background: none;
	position: relative;
	width: 700px;
	padding-top: 15px;
}

#discography-product .products-grid li {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_bg.png") no-repeat;
	border: none;
	float: left;
	width: 155px;
	height: 250px;
}

#discography-product .products-grid li:hover {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/landing_page_product_hover.png") no-repeat;
	border: none;
	float: left;
}

#discography-product .products-grid img {
	border-style: solid;
	border-width: thin;
	border-color: #fff;
}

#discography-product .products-grid li.item { text-align: center; }

#discography-product .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

#discography-product .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

#discography-product .products-grid .price-box {
	position: absolute;
	float: right;
	margin-top: 90px;
	margin-left: 54px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

#discography-product .products-grid .price-box2 {
	position: absolute;
	float: right;
	margin-top: -33px;
	margin-left: 54px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/price_tag.png) 0 -7px no-repeat;
	padding-right: 15px;
	padding-left: 10px;
}

#discography-product .products-grid .price-box .price { position: relative; }

#discography-product .products-grid .product-name { /*min-height: 2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

#discography-product .products-grid .artist-name { /*min-height: 2.7em;*/
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

#discography-product .products-grid .add-to-bag {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/more_from_add_tag.png") no-repeat;
	height: 36px;
	width: 113px;
	font-weight: bolder;
	font-size: 14px;
	border: none;
}

#discography-product .products-grid .actions {
	margin: 0;
	position: relative;
	bottom: 0;
	width: 112px;
	height: 100px;
	line-height: 115pt;
	background: none;
}

#discography-product .products-grid .actions .availability {
	position: relative;
	padding-top: 60px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: bolder;
}

#discography-product .products-grid .item {
	padding-left: 19px;
	padding-right: 30px;
	width: 125px;
}

/* Shop by Block */
.narrow-by-list dt {
	font-size: 15px;
	font-weight: bolder;
	border-bottom: solid 2pt;
	margin-bottom: 10px;
}

.narrow-by-list dd { margin: 0; }

.narrow-by-list ol { padding: 0; }

.narrow-by-list li { text-align: right; }

.narrow-by-list li a { float: left; }

.currently span {
	font-size: 15px;
	font-weight: bolder;
}

/* Blog Home Page */
.wordpress-homepage-index .col-main {
	position: relative;
	width: 700px;
}

.wordpress-homepage-index .col-main .page-title {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/our_blog_banner.png") no-repeat;
	height: 131px;
}

.wordpress-homepage-index .col-main .page-title a {
	display: block;
	float: left;
	padding-top: 32px;
}

.wordpress-homepage-index .col-main .page-title h1 {
	color: white;
	font-size: 45px;
	font-weight: bolder;
	line-height: 60pt;
	margin-left: 20px;
	float: left;
}

.col-main .post-list li {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/our_blog_bg.png") repeat-y;
	margin-bottom: 25px;
	padding: 10px 10px 1px 25px;
	position: relative;
}

.col-main .post-list .shareButton { padding-top: 20px; }

.col-main .post-list .shareButton li {
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.blog-exceprt h2,
.col-main .post-list .on {
	display: inline;
	font-size: 17px;
	font-weight: bolder;
	line-height: 1.7;
	margin: 0 10px 0 0;
}

.col-main .post-list .on {
	float: left;
	color: red;
}

.blog-exceprt .entry {
	clear: both;
}

.wordpress-homepage-index .pager .pages { float: right; }

.wordpress-homepage-index .pager .pages li {
	border: none;
	background: none;
	color: #eaa103;
	margin: 0;
	padding: 0 2px;
}

.wordpress-homepage-index .pager .pages li a { color: #eea103; }

.wordpress-homepage-index .pager {
	padding: 0;
	position: relative;
	width: 700px;
}

.wordpress-homepage-index .pager .amount {
	position: absolute;
	left: 290px;
}

.wordpress-homepage-index .back-to-top {
	width: 200px;
	font-size: 11px;
}

.wordpress-homepage-index .back-to-top a {
	position: relative;
	z-index: 999;
}

/* Blog Article */
.wordpress-post-view-index .col-main .page-title h1 {
	font-weight: bolder;
	float: left;
	margin-right: 5px;
}

.wordpress-post-view-index .col-main .page-title .blog-post-meta { margin-top: 10px; }

.wordpress-post-view-index .col-main .page-title {
	width: 590px;
	padding-right: 110px;
	border-bottom: solid 2px;
	position: relative;
}

.wordpress-post-view-index .col-main .page-title span {
	float: left;
	line-height: 2.8;
}

.wordpress-post-view-index .col-main .page-title .when {
	float: left;
	padding-top: 30px;
}

.wordpress-post-view-index .col-main .page-title .when a { color: #eaa103; }

.wordpress-post-view-index .col-main .entry ul { display: inline-block; }

.wordpress-post-view-index .col-main .entry .social { width: 700px; }

.wordpress-post-view-index .col-main .entry .twitter-share-button { float: left; }

.wordpress-post-view-index .col-main .entry .facebook-share-button { float: left; }

.wordpress-post-view-index .author_avatar {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-top: -25px;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

/* Customer Login Area */

.customer-account-login .col-main .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 20px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

#login-form .buttons-set .button span span { font-size: 0.8em; }

.cms-index-noroute .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 20px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

/* Facebook Like */
.fb_edge_widget_with_comment {
	color: white;
	position: relative;
	width: 280px;
}

.connect_widget td.connect_widget_vertical_center {
	border-spacing: 0;
	color: white !important;
	font-size: 11px;
	line-height: normal;
}

/* Send to a friend */
.sendfriend-product-send .col-main { width: 964px; }

.sendfriend-product-send .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 20px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.sendfriend-product-send .send-friend form {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/send_to_a_friend_bg.png") no-repeat top center #333333;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
}

.sendfriend-product-send .send-friend .fieldset h2 {
	color: white;
	font-weight: bold;
}

.sendfriend-product-send .send-friend .fieldset .required { color: white; }

.sendfriend-product-send .buttons-set { border: none; }

.sendfriend-product-send .buttons-set button.button {
	border: none;
	height: 35px;
	width: 150px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png) no-repeat;
	padding: 0;
	font: bold 11px/21px Helvetica, Verdana, Arial, sans-serif;
}

/* Who we are page */
.cms-who-we-are .page-title h1 {
	border: none;
	width: 661px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 10px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.cms-who-we-are .content-who-we-are { text-align: justify; }

/* E-mail us */
.contacts-index-index .page-title h1,
.customer-account-forgotpassword .page-title h1 {
	border: none;
	width: 940px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 10px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.contacts-index-index .col-main { width: 964px; }

.contacts-index-index .e-mail-us-comments {
	margin-bottom: 15px;
	font-size: 14px;
}

.contacts-index-index .col-main form {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/send_to_a_friend_bg.png") no-repeat top center #333333;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	color: white;
}

.contacts-index-index .form-list input.input-text { width: 285px; }

.contacts-index-index .form-list .field {
	width: 308px;
	clear: both;
}

.contacts-index-index .form-list li.wide textarea { width: 900px; }

.contacts-index-index .buttons-set { border: none; }

.contacts-index-index .buttons-set button.button {
	border: none;
	height: 35px;
	width: 150px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png) no-repeat;
	padding: 0;
	font: bold 11px/21px Helvetica, Verdana, Arial, sans-serif;
}

/* blog page */
.block-blog-filter {}

.block-blog-archives {}

.block-blog-archives .nav_category li.level0 {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/arrow_on.jpg") 0 13px no-repeat;
	padding: 10px 10px 10px 20px;
}

.block-blog-archives ul.nav_category li.active {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/arrow_off.jpg") 0 13px no-repeat;
	padding: 10px 10px 10px 20px;
}

.block-blog-archives .nav_category li.level0,
.block-blog-archives .nav_category li.last { border-top: 2px solid #434343; }

.block-blog-archives .nav_category li.first { border: none; }

.block-blog-archives .nav_category ul.shown li { padding: 0 0 0 45px; }

.block-blog-filter .blog-filter-title h4 {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/button_link_hover_right.png") no-repeat left center; 
	color: #434343;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
}

.block-blog-filter .blog-filter-content { margin-bottom: 15px; }

.block-blog-filter .blog-filter-content li {
	margin: 0 25px 5px 10px;
	width: 170px;
}

.block-blog-filter .blog-filter-content a {
	font-size: 12px;
	color: #434343;
	font-weight: normal;
}

/* Forgot password */
.customer-account-forgotpassword .buttons-set { border: none; }

.customer-account-forgotpassword form#form-validate {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_forgot_bg.png") no-repeat top center #333333;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	color: white;
}

.customer-account-forgotpassword h2 { color: white; }

.customer-account-forgotpassword .col-main .form-list input.input-text { width: 348px; }

/* Loyalty Scheme*/
.block-postage,
.block-loyalty,
.loyalty-link a {
	float: left;
	height: 80px;
	text-indent: -31337px;
	width: 221px;
}

.block-postage { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/freepostUK.jpg") no-repeat; }

.loyalty-link a { background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/spin-rewards.jpg") no-repeat; }

/* wordpress page-title */
.page-title .wp-rss { margin: 0 10px; }

/* Checkout success */
.checkout-onepage-success .col-main { width: 970px; }

.checkout-onepage-success .page-title h1 {
	border: none;
	width: 946px;
	height: 14px;
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/product_related_artist_banner.png") no-repeat scroll right -1px black;
	padding: 12px;
	margin-top: 10px;
	color: white;
	font: bold 21px/16px Arial, Helvetica, sans-serif;
}

.checkout-onepage-success .success_content {
	background: black;
	color: white;
	width: 930px;
	padding: 20px;
}

.checkout-onepage-success .success_content .buttons-set button.button {
	border: none;
	height: 35px;
	width: 150px;
	background: url(../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/account_login_create_button.png) no-repeat;
	padding: 0;
	font: bold 11px/21px Helvetica, Verdana, Arial, sans-serif;
}

.product-page .product-essential .product-img-box img { width: 280px; }

#checkoutSteps li .step-title a:hover {
	color: #eaa103;
	cursor: default;
}

#checkoutSteps li.allow .step-title a:hover {
	color: #000;
	cursor: pointer;
}

/*li#register-customer-newsletter {
	display: none;
}*/

.hidden { display: none; }


/* Checkout reveiew page tweaks */
.sagepaysuite-paypalexpress-review .col2-set h3,
.sagepaysuite-paypalexpress-review .data-table .price,
.sagepaysuite-paypalexpress-review .data-table th {
  color: #000;
}
.sagepaysuite-paypalexpress-review .data-table td {
  border-top: 1px solid #E3E3E3;
}
.sagepaysuite-paypalexpress-review .col2-set:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .sagepaysuite-paypalexpress-review .col2-set { zoom: 1; } /* IE6 */
*:first-child+html .sagepaysuite-paypalexpress-review .col2-set { zoom: 1; } /* IE7 */



/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../../../skin/frontend/base/default/images/widgets/skin_subdomain/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

div.j2tajax-confirm div.j2tajax-checkout-img{
    float:left; margin-right:5px;
}

div.j2tajax-confirm .success-msg {
    background:none;
    color:#000;
    padding: 8px !important;
    text-align:left;
    border:none !important;
}

div.j2t-cart-bts {clear:both; height:45px;}


div.j2tajax-confirm, div.j2tajax-progress{
    border:#ccc solid 1px; z-index: 199;
    text-align:center;
}
div.j2tajax-progress{padding:5px; z-index: 199;}


div.j2t-overlay{
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 198;
}

a.j2t-checkout-link{
    background: transparent url('../../../skin/frontend/default/spincds/images/j2t/skin_subdomain/j2t-button-gray-left.gif') no-repeat top left;
    display: block;
    float: right;
    font-size:11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-right:10px;
}

a:link.j2t-checkout-link, a:visited.j2t-checkout-link, a:active.j2t-checkout-link{
    color: #494949; /*button text color*/
}

a.j2t-checkout-link span{
    background: transparent url('../../../skin/frontend/default/spincds/images/j2t/skin_subdomain/j2t-button-gray-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.j2t-checkout-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.j2t-checkout-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}



span.j2t-or{
    display:none;
}
a.j2t-continue-link{
    background: transparent url('../../../skin/frontend/default/spincds/images/j2t/skin_subdomain/j2t-button-green-left.gif') no-repeat top left;
    display: block;
    float: left;
    font-size:11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-left:10px;
}

a:link.j2t-continue-link, a:visited.j2t-continue-link, a:active.j2t-continue-link{
    color: #494949; /*button text color*/
}

a.j2t-continue-link span {
    background: transparent url('../../../skin/frontend/default/spincds/images/j2t/skin_subdomain/j2t-button-green-right.gif') no-repeat top right;
    display: block;
    padding: 0 11px 0 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.j2t-continue-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.j2t-continue-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}

span.j2t-upsells-list-wrapper {display:block; text-align:left;}

table.j2t-upsell-product-table {clear:both;}
table td.j2t-upsells-list-item h5.j2t-product-lnk {}
table td.j2t-upsells-list-item h5.j2t-product-lnk a {font-size: 11px; font-weight: normal;}
h4.j2t-upsells-title {display:block; clear:both; padding-left:10px;padding-top:5px;}

div.j2tajax-progress, div.j2tajax-confirm {
	background: url("../../../skin/frontend/default/spincds/images/spincds/skin_subdomain/bg_footer.jpg");
}

div.j2tajax-progress,
div.j2tajax-confirm,
.j2tajax-checkout-txt {
	color: #fff;
}

/**
* We tried to list as many classes in this sheet as we could
* but it's more than likely we missed a bunch.
**/
.rewards-special-review-summary
{
	margin-top: 12px;
	font-size: 8pt;
}
.rewards-customer-sidebar
{
}
.rewards-customer-sidebar .block-content
{
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 9px;
}
.rewards-checkout-cart-before_total-head
{
}
.rewards-checkout-cart-points-head
{
	width: 80px;
}
.item-points-header-redeemed, .item-points-header-earned
{
	color: rgb(30, 126, 200);
	font-weight: bold;
	cursor: pointer;
}
.item-points-list-redeemed, .item-points-list-earned
{
}
.item-points-block
{
	font-size: 8pt;
}
.item-no-points-caption
{
	font-style: italic;
}
.points-checkout-onepage-sidebox
{
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header
{
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header
{
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox
{
	background-color: #EEEEEE;
	border: 1px solid #B7B7B7;
	margin-bottom: 11px;
	padding-left: 0px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-content
{
	padding: 6px;
}
.points-checkout-onepage-sidebox H4.points-checkout-onepage-sidebox-header
{
	list-style: none;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header
{
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header H4
{
	float: left;
	color: #5E8AB4;
	font-size: 13px;
	margin-top: 2px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header
{
	background-color: #D0DCE1;
	float: left;
	width: 184px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header
{
	background-color: #D0DCE1;
	padding: 2px 0px 0px 9px;
	border-bottom: 1px solid #AFAFAF;
	font-size: 10pt;
}
.points-checkout-onepage-sidebox .onepage-sidebox-header
{
}
.points-checkout-onepage-sidebox .onepage-sidebox-content
{
}
.mypoints-page-head
{
}
.mypoints-sendfriend
{
	float: left;
	width: 45%;
	height: 260px;
}
.shopping-cart-collaterals .rewards-cart-box H4
{
	min-height: 16px;
	color: #E26703;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background-image: url(http://skin.spincds.com/skin/frontend/default/default/images/icon_asterick.gif);
	padding-left: 23px;
}
.rewards-customer-index .mypoints-sendfriend TD
{
	padding: 2px 2px 4px 0;
}
.shopping-cart-collaterals .rewards-cart-box
{
	padding: 12px 15px 15px;
}
.rewards-cart-box .applied-redemptions
{
	margin-bottom: 10px;
}
.rewards-cart-box .applied-redemptions
{
	margin-bottom: 10px;
}
.rewards-cart-box .distributions
{
	margin-bottom: 10px;
}
.rewards-cart-box .no_extra_points
{
	font-style: italic;
}
.rewards-cart-box
{
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 100%;
}
.mypoints-redeemcatalog
{
	vertical-align: middle;
	float: right;
	width: 45%;
	height: 260px;
}
/*@nelkaake Thursday May 27, 2010 : Added*/
.mypoints-redeemcatalog .head
{
	text-align: left;
}
.mypoints-redeemcatalog .listing
{
	font-size: 8pt;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mypoints-redeemcatalog .noproducts
{
/*font-size:8pt;*/
	font-style: italic;
	margin-top: 30px;
	text-align: center;
}
.mypoints-transfers
{
}
.mypoints-transfers .content TABLE TBODY
{
	height: 200px;
	overflow-x: hidden;
}
.mypoints-transfers H2
{
	margin-top: 12px;
}
.mypoints-summary
{
	padding-bottom: 20px;
	padding-top: 2px;
}
.mypoints-summary .usable-points
{
	margin-bottom: 6px;
}
.mypoints-summary .pending-points
{
}
.mypoints-summary .onhold-points
{
	margin-bottom: 12px;
}
.mypoints-summary .msg
{
}
.points-summary-emphasize
{
	font-weight: bold;
}
.cart-points-total_spent
{
}
.cart-points-total_spent .warning
{
	color: #FF0000;
	font-size: 8pt;
}
.cart-points-total_spent .caption, .cart-points-total_earned .caption
{
	font-weight: bold;
}
.cart-points-total_item_discounts .rendering_area
{
	font-weight: bold;
}
.rewards-customer-sidebar .warning
{
	color: #FF0000;
	font-size: 8pt;
}
.rewards-customer-sidebar .to_spend
{
}
.rewards-customer-sidebar .remaining
{
}
.rewards-customer-sidebar .balance
{
}
.rewards-customer-sidebar .notice
{
	color: #444444;
}
.mypoints-transfers
{
	width: 100%;
}
.mypoints-transfers .data-table
{
}
.mypoints-transfers .content
{
	padding: 0;
}
.points-prediction
{
	margin-top: 12px;
	font-size: 8pt;
	width: 100%;
}
.points-prediction .as_low_as
{
	width: 100%;
}
.points-prediction .earnable
{
}
.order-points-earned .caption
{
}
.order-points-earned .amount, .order-points-spent .amount, .order-print-points-earned .amount, .order-print-points-spent .amount
{
	font-size: 7pt;
}
.product-view-points
{
}
.product-view-points .redeem_section
{
}
.product-view-points .distri_section
{
}
.product-view-points .distri_section .you_will_earn
{
}
.product-view-points .distri_section .points_image
{
}
.product-view-points
{
}
.points-special-header
{
	color: #FFFFFF;
}
.points-multishipping-warning
{
}
.points-checkout-onepage-sidebox .change-points-usage
{
	float: left;
	margin-right: 7px;
	margin-left: 10px;
	border-left: 1px solid #A7A7A7;
	padding-left: 8px;
	font-weight: bold;
}


.cart-points-total_spent .points-amount {
	min-width: 100px;
}

.cart-points-spending_warnings .notice {
	font-size: 8pt;
}

/* This will be used on the catalog pages */

.rewards-mini-icon-holder {
    padding-right: 6px; 
    width: 16px; /* //@nelkaake Thursday March 11, 2010 09:41:44 PM : changed to px */
    vertical-align: bottom; 
    height: 25px;
}

.points-prediction .free_with_points { } /*@nelkaake Added to catalog listing page 3/12/2010 2:13:43 PM */
.featured-products-horizontal li{padding-left:10px;float: left;width: 140px;position:relative; height: 220px;}
.featured-product-vertical li{}
.featured-products-horizontal li .actions{position:absolute; bottom:0px;}
.featured-products-content{display: block;-moz-border-radius:15px 15px 15px 15px;background:#fff;margin-bottom:10px;border:1px #d3d3d3 solid;padding:10px;position:relative;}
.featured-product-title{display:block;width: 110px;text-align:center; padding: 5px 10px 0;margin-left:30px; background:#fff;color:#E26703;font-weight:bold;}
iframe#iframeRegCard{height:518px;width:100%;border:1px solid #666}iframe#sagepaydirectpro-iframe-post{height:500px;width:100%;border:0}div#direct3d-logos{width:351px;margin:0 auto;margin-top:5px}div#direct3d-logos img{padding-right:10px}div.sagecardh1 h1{display:inline}div.sagecardh1 img{padding-top:12px;padding-left:10px}select#sagepaytoken_start_yr,select#sagepaytoken_start,select#sagepaytoken_expiration_yr,select#sagepaytoken_expiration{width:125px}select#sagepaytoken_start,select#sagepaytoken_expiration{margin-right:10px}form#frmRegCard input.cvv{width:3em!important}.sidebar .sagepaysuite-logo{display:block;margin:10px 0;text-align:center}.sidebar .sagepaysuite-logo a{float:none}