@charset "UTF-8";

/*
myDream! eCommerce Solutions
Package: Jazzbooks
Version: $version
Copyright (C) $copyright Jamey Aebersold Jazz(R). All Rights Reserved.
Design & Development by Jason A. Lindsey; www.dreamchaserdesign.com
myDream! eCommerce Solutions is paid development.
Version(s) may have been modified pursuant to the license agreement.
See docs/copyright.txt for copyright notices and licensing information.
*/

/*
color swatches:
  f0f0f0 - light grey
    global: special declarations
      .box
  336699 - blue; link colors
    global: paragraph text
      p a
*/

/* global */
html {
	height: 100%;
}

body {
	background: url(../graphics/SITE-bkg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* */

/* global: images */
img {
	border: 0;
}
/* */

/* global: paragraph text */
p {
	color: #000;
	font-size: 1.2em;
	line-height: 17px;
	text-align: left;
}

p a {
	border-bottom: 1px dotted #336699;
	text-decoration: none;
}

p a:hover {
	background: #336699;
	color: #fff;
	text-decoration: none;
}
/* */

/* global: links */
a {
	color: #336699;
}
/* */

/* global: headings */
  /* page, category titles */
  h1 {
    color: #333;
  	font-size: 2em;
    font-weight: bold;
  	line-height: 24px;
    margin: 0 0 5px 0;
  	text-transform: uppercase;
  }

  /* page sub-titles */
  h2 {
    background: url(../graphics/TITL-bkg.gif);
  	color: #fff;
    font-size: 1.6em;
  	line-height: 20px;
    margin: 0;
  	padding: 5px 5px 5px 8px;	
    text-transform: uppercase;	
  }

  /* product titles */
  h3 {
    color: #336699;
  	font-size: 1.6em;
    font-weight: normal;
  	line-height: 20px;
    margin: 0 0 5px 0;
  	text-transform: uppercase;	
  }

  /* mini product titles */
  h4 {
  	color: #336699;
    font-size: 1.2em;
  	font-weight: normal;
    line-height: 16px;
  	margin: 0 0 5px 0;
    text-transform: uppercase;	
  }
 
  /* misc headers e.g. cart headers, etc. */
  h5 {
  	color: #333;
    font-size: 1.4em;
  	font-weight: bold;
    line-height: 16px;
  	margin: 0 0 5px 0;
    text-transform: uppercase;	
  }
  
  /* informational page headers, etc. */
  h6 {
		border-bottom: 1px dotted #333;
  	color: #336699;
    font-size: 1.6em;
  	font-weight: bold;
    line-height: 20px;
  	margin: 0 0 5px 0;
    text-transform: uppercase;	
  }
/* */

h1 a, h2 a, h3 a, h4 a {
	border-bottom: 1px dotted #336699;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	background: #336699;
	border-bottom: 0;
	color: #fff;
	text-decoration: none;
}
/* */

/* global: special declarations */
.box {
	background: #f0f0f0;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.footnote {
	font-size: 1.1em;
	line-height: 12px;
}

.breadcrumb {
	font-size: 1.1em;
	line-height: 12px;
	text-align: right;
}

#form-button {
		clear: both;
		margin: 0 20px 10px 0;
		padding: 0;
		text-align: right;
}

#highlight {
	border: 1px solid #999;
	margin: 10px 0 0 0;
	padding: 5px;
}

.price {
	color: #990000;
	font-size: 1.6em;
	font-weight: bold;
}
/* */

/* global: messages */
.error, .notice, .success {
	border: 2px solid;
	padding: 8px;
	text-align: left;
}

.error {
	background: #fbe3e4;
	border-color: #fbc2c4;
	color: #8a1f11;
}

.error p {
	color: #8a1f11;
	text-align: center;	
}

.error a {
	border-bottom: 1px dotted #333;
	color: #8a1f11;
}

.error a:hover {
	background: none;
	border-bottom: 0;
	color: #8a1f11;	
}

.notice {
	background: #fff6bf;
	border-color: #ffd324;
	color: #514721;
}

.notice p {
	color: #514721;
	text-align: center;
}

.notice a {
	border-bottom: 1px dotted #333;
	color: #514721;
}

.notice a:hover {
	background: none;
	border-bottom: 0;
	color: #514721;
}

.success {
	background: #e6efc2;
	border-color: #c6d880;
	color: #264409;
}

.success p {
	color: #264409;
	text-align: center;	
}

.success a {
	border-bottom: 1px dotted #333;
	color: #264409;
}

.success a:hover {
	background: none;
	border-bottom: 0;
	color: #264409;
}

.required-field {
  background: #fbe3e4;
  color: #8a1f11;
}
/* */

/* global: checkout process */
.checkout-header {
  float: left;
}

.checkout-process-step {
  float: right;
}

.checkout-process-graphic {
  text-align: center;
}
/* */

/* global: layouts */
#TWOCOL-wrap { /* this is a general colwrap for any # of columns - rename */
  float: left;
  overflow: hidden;
	 padding: 10px;
  text-align: left;
	 width: 948px;
}

#SINCOL {
  float: left;
	/* height: auto; added per brennan @ MIVA */	
	height: auto;
  overflow: hidden;
	padding: 10px;
  text-align: left;
  width: 928px;
}

#TWOCOL-left, #TWOCOL-right {
	 background: #fff;
	 float: left;
	 padding: 10px;
	 text-align: left;
	 width: 454px;
}
/* */

/* BODY */
#BODY-container {
	text-align: center;
	width: 100%;
}

#BODY-wrap {
  background: #fff;
  border: 1px solid #333;
  height: auto;
	margin: 0 auto;
	overflow: auto;
	text-align: center;	
	width: 968px;
}
/* */

/* ACNT menu | HEAD ads */
#ACNT-HEAD-container {
	background: #f0f0f0;
	border-bottom: 5px solid #333;
	text-align: center;
	width: 100%;
}

#ACNT-HEAD-wrap {
	height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 970px;
}

#HEAD-updates {
	float: left;
	height: 50px;
	text-align: left;
	width: 500px;
}
	
#ACNT-menu {
	float: left;
	margin: 10px 0 0 0;
	text-align: right;
	width: 470px;
}

#ACNT-menu li {
	display: inline;
	font-size: 1.2em;	
	list-style-type: none;
	line-height: 30px;
	margin: 0 0 0 10px;
}

#ACNT-menu li a {
	border-bottom: 1px dotted #336699;
	text-decoration: none;
}

#ACNT-menu li a:hover {
	background: #336699;
	border-bottom: 0;
	color: #fff;
}
/* */

/* LOGO | PHON ads */
#LOGO-PHON-container {
	text-align: center;
	width: 100%;
}

#LOGO-PHON-wrap {
	height: 90px;
	margin: 0 auto;
	text-align: center;
	width: 970px;
}

#LOGO {
	float: left;
	height: 80px;
	text-align: left;
	width: 335px;
}

#PHON-updates {
	float: left;
	height: 80px;
	text-align: right;
	width: 635px;
}
/* */

/* SRCH | PROM ads */
#SRCH-PROM-container {
	text-align: center;
	width: 100%;
}

#SRCH-PROM-wrap {
	background: url(../graphics/TITL-bkg.gif);
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	width: 970px;
}

#PROM-item a {
	background: url(../graphics/PROM-arrow.png) no-repeat left;
	color: #fff;
	font-size: 2.4em;
	font-weight: 500;
	float: left;
	height: 45px;
	padding: 0 0 0 40px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 490px;
}

#PROM-item a:hover {
	color: #ccc;
}

#SRCH-form {
	font-size: 1.1em;
	float: right;
	height: 25px;
	line-height: 25px;
	padding: 10px 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 430px;
}
/* */

/* NAVI: global navigation */
#NAVI-container {
  margin: 0 0 10px 0;
	text-align: center;
	width: 100%;
}

#NAVI-wrap {
	background: #333;
	height: 35px;
	margin: 0 auto;
	width: 970px;
}

#NAVI-menu {
  display: inline;
	float: left;
	text-align: center;
	width: 970px;
}

#NAVI-menu li {
	display: inline;
	font-size: 1.4em;
	list-style-type: none;
	line-height: 35px;
	padding: 0 10px;
}

#NAVI-menu li a {
	color: #fff;
	font-weight: bold;
	padding: 10px 5px;
	text-decoration: none;
}

#NAVI-menu li a:hover {
	background: #fff;
	color: #336699;
}
/* */

/* CATE: category tree */
#CATE-wrap {
	background: #fff;
	border: 1px solid #999;	
	float: left;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	padding: 0 0 5px 0;
	text-align: left;
	width: 175px;
}

#CATE-wrap p {
	background: url(../graphics/TITL-bkg.gif);
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
}

#CATE-menu {
	color: #333;
	line-height: 14px;
	list-style-type: none;
	font-size: 1.2em;
	margin: 0 5px 0 5px;
	padding: 3px 0 3px 3px;
}

#CATE-menu li {
	border-bottom: 1px dotted #333;
	padding: 2px 0;
}

#CATE-menu a {
	text-decoration: none;
}

#CATE-menu a:hover {
  background: #336699;
  color: #fff;
}

#CATE-menu li:hover {
	background: #f0f0f0;
}
/* */

/* NEWS: smooth-gallery-2.0; jd.gallery.css */
#NEWS-wrap {
	float: left;
	margin: 10px 0 0 10px;
}
/* */

/* FEAT: SFNT featured items */
#FEAT-wrap {
	float: left;
	margin: 10px 0 0 10px;
	text-align: left;
	width: 530px;
}

#FEAT-item {
	border: 1px solid #999;
	height: 100%;
	margin: 10px 0 10px 0;
	overflow: auto;
	padding: 5px 5px 10px 5px;
}

#FEAT-item img {
	float: left;
	margin: 5px 10px 0 5px;
}
/* */

/* RGHT: right column featured items 
#RGHT-wrap {
	float: left;
	margin: 39px 0 10px 10px;
	text-align: left;
	width: 220px;
}

#RGHT-item {
	background: #f0f0f0;
	border: 1px solid #999;
	height: 100%;
	margin: 10px 0;
	overflow: auto;
	padding: 5px 5px 10px 5px;	
}

#RGHT-item img {
	float: left;
	margin: 5px 10px 0 5px;
} */
/* */

/* RGHT: right column ads */
#RGHT-wrap {
	float: left;
	margin: 0 0 10px 10px;
	text-align: left;
	width: 220px;
}

#RGHT-item {
	height: 100%;
	margin: 10px 0;
	overflow: hidden;
}
/* */

/* FOOT; PROM: promotional tag (global footer) */
#FOOT-PROM-container {
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

#FOOT-PROM-wrap {
	background: url(../graphics/TITL-bkg.gif);
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	width: 970px;
}

#FOOT-PROM-item a {
	color: #fff;
	font-size: 2.4em;
	font-weight: 500;
	height: 40px;
  margin: 0 20px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
  width: 890px
}

#FOOT-PROM-item a:hover {
	color: #ccc;
}
/* */

/* FOOT: global footer */
#FOOT-container {
	text-align: center;
	width: 100%;
}

#FOOT-wrap {
	background: #fff;
  border: 1px solid #333;
  height: 200px;
	margin: 0 auto;
	padding: 0 0 10px 1px;
	width: 968px;
}

#FOOT-box1, #FOOT-box2, #FOOT-box3, #FOOT-box4 {
	background: #fff;
	float: left;
	height: 200px;
	margin: 10px 2px 0 8px;
	text-align: left;
	width: 230px;
}

#FOOT-box1 li, #FOOT-box2 li, #FOOT-box3 li, #FOOT-box4 li {
  border-bottom: 1px dotted #333;
	font-size: 1.2em;
	list-style: none;
	margin: 3px 0;
	padding: 3px 0;
}

#FOOT-box1 li a, #FOOT-box2 li a, #FOOT-box3 li a, #FOOT-box4 li a {
	text-decoration: none;
}

#FOOT-box1 li a:hover, #FOOT-box2 li a:hover, #FOOT-box3 li a:hover, 
#FOOT-box4 li a:hover {
	background: #336699;
	color: #fff;
}

#FOOT-box1 li:hover, #FOOT-box2 li:hover, #FOOT-box3 li:hover, 
#FOOT-box4 li:hover {
	background: #f0f0f0;
}
/* */

/* COPY: copyright (global footer) */
#COPY-container {
	text-align: center;
	width: 100%;
}

#COPY-wrap {
  height: 50px;
	margin: 0 auto;
	padding: 10px 0;
	width: 970px;
}

#COPY-menu {
	font-size: 1em;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;	
}

#COPY-menu li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#COPY-menu li a {
	border-bottom: 1px dotted #336699;
	text-decoration: none;
}

#COPY-menu li a:hover {
	background: #336699;
	border-bottom: 0;
	color: #fff;
}
/* */

/* LOGN: customer sign in */
#LOGN p {
 	margin: 10px 10px 10px 0;
}
/* */

/* WELC: welcome screen */
#WELC p {
  margin: 10px 10px 10px 0;
}
/* */

/* ACAD: customer create account */
#ACAD input, #ACAD select {
	margin: 3px 0 3px 10px;
}

#ACAD label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 120px;
}

#ACAD .notice {
	margin: 3px 0;
}
/* */

/* ACED: edit customer information */
#ACED input, #ACED select {
	margin: 5px 0 5px 10px;
}

#ACED label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
}
/* */

/* BSKE: checkout: basket empty */
#BSKE {
  margin: 0 auto;
  text-align: center;
  width: 968px;
}
/* */

/* BASK: shopping cart contents */
#BASK-buttons {
  float: right;
  padding: 10px 0;
}

#BASK-buttons img {
  padding: 5px 0 0 5px;
}

#BASK table {
	margin: 0;
	width: 898px;
}

#BASK-highlight {
	background: #dddad3;
	border: 1px solid #ccc;
	padding: 5px;
}

#BASK-attribute {
	background: #999;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 20px;
}

#BASK-attribute-qty {
	background: #999;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
}

#BASK-shipandtax {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 3px 5px;
}
/* */

/* OCST: customer information during checkout */
#OCST input, #OCST select {
	margin: 5px 0 5px 10px;
}

#OCST label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
}

#OCST .notice {
	margin: 5px 0 5px 0;
}

#OCST .update-check p {
  float: right;
  margin: 10px 10px 10px 0;
}

#OCST .update-input {
	clear: left;  
	display: block;
	float: left;
  margin: 0 5px 0 0;
}
/* */

/* OSEL: shipping and payment method during checkout */
#OSEL input, #OSEL select {
	margin: 0 0 0 10px;
}

#OSEL label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
}

#OSEL .notice {
	margin: 5px 0 5px 0;
}
/* */

/* OPAY: payment information during checkout */
#OPAY input, #OPAY select {
	margin: 5px 0 5px 10px;
}

#OPAY label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
}

#OPAY .notice {
	margin: 5px 0 5px 0;
}

#OPAY-check {
	background: url(../graphics/OPAY-check.png) no-repeat left center;
	float: right;
	margin: 10px 50px 0 0;
	padding: 30px 0 25px 90px;
}
/* */

/* INVC: invoice and confirmation --*/
#INVC label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
}
/* */

/* OUSM: upsell multiple items */
#OUSM-product {
 padding: 0 0 50px 0;
}

#OUSM img {
  float: left;
}
/* */

/* OUS1: upsell single item */
#OUS1 form {
 float: left;
}

#OUS1 img {
  float: left;
}
/* */

/* SRCH: advanced search */
#SRCH input, #SRCH select {
  margin: 5px 0 5px 10px;
}

#SRCH-results {
  color: #333;
  display: inline;
  float: left;
  line-height: 17px;
  padding: 5px 10px 10px 10px;
  width: 948px;
 
}
/* */

/* PROD: product detail layout */
#PROD-wrap {
  height: auto;
  margin: auto 0;
  overflow: hidden;
  width: 768px;
}

#PROD-left {
	 background: #fff;
	 float: left;
	 padding: 10px;
	 text-align: left;
	 width: 154px;
}

#PROD-right {
 	background: #fff;
 	float: left;
 	padding: 10px;
 	text-align: left;
 	width: 574px;
}

#PROD-info-wrap { /* this is a general colwrap for any # of columns - rename */
  float: left;
  overflow: hidden;
  text-align: left;
	width: 574px;
}

#PROD-detail-wrap img {
		float: left;
}

#PROD-info-left {
	 border-right: 1px dotted #333;
	 float: left;
	 text-align: left;
	 width: 270px;
}

#PROD-info-right {
	 float: left;
	 padding: 0 0 0 10px;
	 text-align: left;
	 width: 270px;
}
/* */

/* PROD: product detail tabs */
#PROD-tabs {
	border: 1px solid #333;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	width: 495px; /*728*/
}

.shadetabs {
	font: bold 12px Arial;
	list-style-type: none;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	padding: 3px 0;
	text-align: left;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	background: #dddad3;
	border: 1px solid #333;
	color: #000;
	margin-right: 3px;
	padding: 3px 7px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.shadetabs li a:visited {
	color: #000;
}

.shadetabs li a:hover {
	color: #000;
	text-decoration: underline;
}

.shade li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	background: #fff;
	border-bottom-color: white;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}
/* */

/* PROD: description tab */
#PROD-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 16px;
  text-align: left;
}

#PROD-description li {
  list-style-type: disc;
  margin: 0 0 0 15px;
}
/* */

/* PROD: look inside tab */
#PROD-look-inside img {
  height: 100px;
	 width: 80px;
}
/* */

/* PROD: related items */
/* #RELA-wrap {
  margin: auto 0;
  overflow: auto;
  width: 768px;
}

#RELA-wrap p {
  font-size: 1.1em;
  text-align: center;
}

#RELA-wrap img {
  padding: 0 5px 0 0;
}

#RELA-product {
  background: #f0f0f0;
  border: 1px dotted #333;
  display: inline;
  float: left;
  height: 200px;
  margin: 10px;
  text-align: center;
  padding: 10px;
  width: 150px;
} */

#RELA-wrap {
	float: left;
	margin: 0 0 10px 10px;
	text-align: left;
	width: 220px;
}

#RELA-item {
	background: #f0f0f0;
	border: 1px solid #999;
	height: 100%;
	margin: 10px 0;
	overflow: auto;
	padding: 5px 5px 10px 5px;	
}

#RELA-item img {
	float: left;
	margin: 5px 10px 0 5px;
}
/* */

/* CTGY: category pages tempate */
#CTGY-wrap {
  float: left;
  margin: auto 0;  
  overflow: hidden;
  padding-bottom: 10px;
  text-align: left;
	width: 770px;
}

#CTGY-left {
  float: left;
  margin: 10px 20px;
  text-align: left;
  width: 720px; /*480*/
}

#CTGY-left img {
  margin: 0 0 10px 0;
}

/* #CTGY-right {
  float: right;
  margin: 10px 10px 10px 0;
  text-align: left;
  width: 240px;
} */

#CTGY-menu {
	color: #333;
	line-height: 14px;
	list-style-type: none;
	font-size: 1.2em;
	margin: 0 5px 0 0;
	padding: 3px 0 3px 3px;
}

#CTGY-menu li {
	border-bottom: 1px dotted #333;
	padding: 2px 0;
}

#CTGY-menu a {
	text-decoration: none;
}

#CTGY-menu a:hover {
  background: #336699;
  color: #fff;
}

#CTGY-menu li:hover {
	background: #f0f0f0;
}

/* CTGY: product list layout */
#CTGY-product-tree-wrap {
	width: 968px;
}

#CTGY-product-tree-LEFT {
	float: left;
	width: 200px;
}

#CTGY-product-tree-RIGHT {
	float: left;
	width: 740px;
}

#CTGY-product-wrap {
  height: auto;
  margin: auto 0;
  overflow: hidden;
  width: 768px;
}

#CTGY-product-wrap img {
  float: left;
  height: 102px;
  padding: 0 5px 0 0;
  width: 80px;  
}

#CTGY-product {
  background: #f0f0f0;
  border: 1px dotted #333;
  display: inline;
  float: left;
  height: 150px;
  margin: 5px 10px 10px 0;
  text-align: left;
  padding: 10px;
  width: 218px;
}

/* CTGY: sub-categories */
#CTGY-sub-categories {
  background: #f0f0f0;
  border: 1px dotted #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 5px;
	margin-top: 10px;
	text-transform: uppercase;	
  padding: 10px;
  width: 720px; /*459*/
}

#CTGY-sub-category-bread-menu {
	background: #fff6bf;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
	width: 720px;
}

.CTGY-sub-category-description {
	font-size: 1.4em;
}
/* */

/* PAGE: custom page template */
#PAGE-wrap {
  float: left;
  height: auto;
  margin: auto 0;  
  overflow: hidden;
  text-align: left;
  width: 770px;
}

#PAGE-wrap h1 {
  margin: 10px 10px 10px 0;
}

#PAGE-wrap h2 {
  margin: 0 0 10px 0;
}

#PAGE-column {
  float: left;
  margin: 0 20px;
  text-align: left;
  width: 740px;
}

.PAGE-content {
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
}

.PAGE-content p {
  line-height: 16px;
}

.PAGE-content br {
  line-height: 10px;
}

.PAGE-content img {
  float: left;
  padding: 0 10px 0 0;
}

/* DEAL: deal of the day template */
#DEAL-item {
	background: #f0f0f0;
	border: 1px solid #000;
	height: 213px;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 208px;
}

#DEAL-item img {
	float: left;
	margin: 0 5px 10px 0;
}
