body {
  background:#000000;
  margin:0;
  color:#ffffff;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  }
a:link {
  color:#00CCFF;
  text-decoration:none;
  }
a:visited {
  color:#F99B4E;
  text-decoration:none;
  }
a:hover {
  color:#F8ED37;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
----------------------------------------------- */
#header-wrapper {
  width:660px;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:35px;
  margin-left:auto;
  }
#header { 
  margin: 5px;
  text-align: center;
}

/* Content Wrappers & Menu
----------------------------------------------- */
#outer-wrapper {
  width: 960px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 100%;
  font-weight: normal;
  }
#main-wrapper {
  width: 960px;
  margin:0px;
  padding:0px 10px 0px 10px;
  }
#content-wrapper {
  width: 720px;
  float: right;
  margin:0px;
  padding:0px;
  }
#nav-left {
  width: 200px;
  float: left;
  margin:0px;
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }
 #nav-left h5 {
  margin:10px 0px 0px 10px;
  letter-spacing:.2em;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  font-weight: normal;
  color:#777777;
  text-transform:uppercase;
  }
#search {
  margin-top: 0px;
  border:1px solid #990073;
  }
#search-inner {
  margin-top: 0px;
  padding:10px;
  }
.menu {
  margin-top: 20px;
  margin-left: 0px;
  color:#00CCFF;
  text-align:left;
  border:1px solid #990073;
  }
#featured {
  margin-top: 20px;
  border:1px solid #990073;
  }
#featured-inner {
  margin-top: 0px;
  padding:10px;
  text-align: center;
  }
#badges {
  margin-top: 20px;
  text-align: center;
  }
  
  /* Top Navigation
----------------------------------------------- */
#nav-upper {
  width: 720px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  }
#nav-upperL {
  width: 325px;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
  }
#nav-upperL ul {
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  }
#nav-upperL ul li {
  margin-left: 0px;
  padding: 2px;
  border: none;
  list-style: none;
  display: inline;
  }
#nav-upperR {
  width: 300px;
  float:right;
  margin: 0px;
  padding: 0px;
  text-align: right;
  }
#nav-upperR ul {
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  }
#nav-upperR ul li {
  margin-left: 0px;
  padding: 2px 5px;
  border-left: 1px solid #F8ED37;
  list-style: none;
  display: inline;
  }
#nav-upperR ul li.first {
  margin-left: 0px;
  border-left: none;
  list-style: none;
  display: inline;
  }


/* Footer
----------------------------------------------- */
#footer {
  width: 760px;
  clear:both;
  margin:0 auto;
  padding-top:50px;
  font-size: 85%;
  text-align: center;
  }
#footer ul {
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  }
#footer ul li {
  margin-left: 0px;
  padding: 2px 10px;
  border-left: 1px solid #F8ED37;
  list-style: none;
  display: inline;
  }
#footer ul li.first {
  margin-left: 0px;
  border-left: none;
  list-style: none;
  display: inline;
  }


/* Search Form
----------------------------------------------- */
input#search-box {
  background-color: transparent; 
  border: 1px dotted #66B3FF; 
  font-family:'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  color: #000000;
  margin-bottom: 10px;
  }
input#search-btn {
  background-color: #990073; 
  border: 1px #000000; 
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 10px;
  color: #F8ED37;
  margin-left: 2px;
  }

  /* Buy Now Form
----------------------------------------------- */
button#buy-btn {
  border:1px solid #oooooo; 
  background-color:#990073; 
  color: #F8ED37;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 12px;
  font-weight:bold;
  font-style:italic;
  }
  input#buy-btn {
  width:115px;
  height:25px;
  border:0px; 
  }


/* Content
----------------------------------------------- */
#pagetitle {
  width: 720px;
  margin-bottom:30px;
  padding: 0px;
  text-align: center;
  }
#content {
  width: 620px;
  margin:0px auto;
  padding: 0px;
  }
.layer {
  clear:both;
  margin:0px;
  padding:0px;
  }
.spacer {
  width:600px;
  clear:both;
  margin:0px;
  padding:0px;
  }
.text500 {
  width: 500px;
  margin: 0 auto 0 60px;
  padding: 0px;
  text-align: justify;
  }
.text500L {
  width: 500px;
  margin: 0 auto 0 60px;
  padding: 0px;
  text-align: left;
  }
.text600L {
  width: 600px;
  margin: 0 auto 0 10px;
  padding: 0px;
  text-align: left;
  }
.textleft {
  margin: 0px;
  padding: 0px;
  text-align: left;
  }
.textcenter {
  margin: 0px;
  padding: 0px;
  text-align: center;
  }
.picL {
  width: 250px;
  float: left;
  margin: auto;
  padding: 10px 0px;
  text-align: center;
  }
 .picL img {
  width:250px;
  margin-bottom:15px;
  border: 0px;
  }
.textR {
  width: 350px;
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  }
.textL {
  width: 350px;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  }
.picR {
  width: 250px;
  float: right;
  margin: auto;
  padding: 10px 0px;
  text-align: center;
  }
 .picR img {
  width:250px;
  margin-bottom:15px;
  border: 0px;
  }
.picCtr {
  width: 125px;
  padding-left: 0px;
  margin-left: 250px;
  text-align: center;
  }
  
    /* *Home Page
----------------------------------------------- */ 
.box-wrap {	
  width:355px;
  margin: 0px;
  padding: 0px;
  }
.boxpic {	
  width:100px;
  float:left;
  text-align:center;  
  }  
.boxpic img {
  width:100px;
  border: 0;
  margin: 0px;
  padding: 0px;
  }  
.boxtext {	
  width: 240px;
  float:right;
  margin: 0px;
  padding: 0px;  
  text-align:justify;
  }
.boxtext p {	
  font-size: 12px;
  }  
 .boxtext h4 {	
  font-size: 12px;
  }  
#note {
  width: 255px;
  clear:both;
  margin:0px auto 0px;
  padding:0px;
  }
#note p {
  color:#000000;
  font-size: 11px;
  }
#note h3 {
  color:#000000;
  font-size: 13px;
  }
#note h3 a{
  color:#990073;
  font-size: 14px;
  text-decoration:underline;
  }  
#note a {
  color:#003DF5;
  font-size: 12px;
  font-weight: bold;
  }
#note ul li {   /*link lists*/
  list-style-image: none;
  margin-top: 10px;
  }
  .feedburnerFeedBlock {
  clear:both;
  margin-left:0px;
  padding: 0px;
  color:#000000;
  font-size:11px;
  }
 .feedburnerFeedBlock a:link {
  color:#00CCFF;
  text-decoration:none;
  }
  .feedburnerFeedBlock ul {
  list-style-image: none;
  margin-left: 15px;
  padding: 0px;
  }
 .feedburnerFeedBlock #creditfooter {
 visibility:hidden;
  }

  /* Gallery and Catalog Pages
----------------------------------------------- */
.catalog-wrap {
  width: 620px;
  height: 190px;
  clear:both;
  margin:0px;
  padding:0px;
  }
.catalog-wrap a {
  font-size: 12px;
  font-weight: bold;
  }
.catalog-wrap img {
  width:125px;
  height:94px;
  margin-bottom:10px;
  padding: 5px;
  border: 0px;
  }
.gallery-wrap {
  width: 620px;
  height: 190px;
  clear:both;
  margin:0px;
  padding:0px;
  }
.gallery-wrap a {
  font-size: 12px;
  font-weight: bold;
  }
.gallery-wrap img {
  width:125px;
  height:94px;
  margin-bottom:10px;
  padding: 5px;
  border: 1px solid #990073;
  }
.gallery-innerL {
  width: 293px;
  float: left;
  margin:0px;
  padding:0px;
  }
.gallery-innerR {
  width: 293px;
  float: right;
  margin:0px;
  padding:0px;
  }
.gallery1 {
  width: 130px;
  float: left;
  margin: 0px;
  text-align: center;
  }
.gallery2 {
  width: 130px;
  float: right;
  margin: 0px;
  text-align: center;
  }
.swatch-wrap {  /*Printie Swatches*/		
  width: 520px;
  height: 125px;
  clear:both;
  margin: 5px 0 0 50px;
  padding: 0px;
  }
.swatch-wrap img {
  width:125px;
  height:125px;
  margin-bottom:5px;
  padding: 0px;
  border: 0px;
  }

/* Text Formatting
----------------------------------------------- */
.subhead {	/*Item Subhead*/	
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  }
.update {	/*Update, See Pics, Gallery Captions*/		
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  color: #F8ED37;
  }
.caption {	/*Pic Captions*/		
  margin-top: 3px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #F8ED37;
  }
.italic {	/*12px italic*/	
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
  }
.author {	/*12px italic*/	
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
  }  
.sold {	/*Sold Out on item page*/	
 margin-top: 3px;
 padding: 0;
 font-size: 12px;
 font-weight: bold;
 color: #99ffff;
 font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
 }
 .soldcatalog {	/*Item Subhead - Out of Stock on catalog page */	
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  color: #F8ED37;
  }
 .section {	/*Section Title - Main Page*/	
  width:680px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  background:#990073;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 14px;
  color: #F8ED37;
  }  
 .section a {	/*Section Title - Main Page Link*/	
  color:#F8ED37;
  text-decoration:none;
  }  
h1 {	/*Website Title*/	
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 24px;
  color:#F8ED37;
  }
h3 {	/*Page Title*/	
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 14px;
  color: #F8ED37;
  }
h4 {	/*Yellow Bold - P Headline*/
  margin: 5px 0 0 0;
  padding: 0;
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #F8ED37;
  }
h5 {	   /*Menu Section Titles*/
  font-family: 'Trebuchet MS',Trebuchet,Arial,Geneva,Helvetica,Sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#777777;
  text-transform:uppercase;
  }
  
/* Rules and Lists
----------------------------------------------- */
hr {
  margin: 0px;
  border: 0;
  width: 90%;
  background: #1AD1FF;
  height: 2px;
  }
ul li { 
  list-style-type: disc;
  list-style-image: url(/images/bullet.jpg);
  }  
ul.links li {   /*link page 1 lists*/
  list-style-type: disc;
  list-style-image: url(/images/bullet.jpg);
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  }
ul.ul1 li {   /*link lists*/
  list-style-image: none;
  margin-top: 20px;
  margin-left: 0px;
  padding: 0px;
  }
ul.new li {   /*link lists*/
 	list-style-type: none;
	list-style-image: url(/images/New2.jpg);
	margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
	}
ul.books li {   /*book lists*/
 	list-style-type: disc;
 	list-style-image: none;
 	margin-top: 5px;
	}
ul.books2 li {   /*book year list*/
 	list-style-type: disc;
 	list-style-image: none;
 	margin-top: 5px;
 	margin-bottom: 15px;
	}
ul.books3 li {   /*book specialty list*/
 	list-style-type: disc;
  list-style-image: url(/images/bulletmenu.jpg);
 	margin-top: 20px;
 	margin-bottom: 5px;
 	margin-left: 0px;
	}
ul.books3 li.first {   /*book specialty list*/
 	list-style-type: disc;
  list-style-image: url(/images/bulletmenu.jpg);
 	margin-top: 10px;
 	margin-bottom: 5px;
  margin-left: 0px; 	
	}
ul.faq li { 
  list-style-type: disc;
  list-style-image: url(/images/bullet.jpg);
  margin-bottom: 40px;
  }
ul.shows li { 
  list-style-type: disc;
  list-style-image: url(/images/bullet.jpg);
  margin-bottom: 20px;
  }
ul.pages {
margin-left: 0px;
padding-left: 0px;
display: inline;
}
ul.pages li {
margin-left: 0px;
padding: 2px 10px;
list-style: none;
display: inline;
}
ul.pages li.first {
margin-left: 0px;
border-left: none;
list-style: none;
display: inline;
}

/*CSS for Simple Tree Menu*/
.treeview ul{ 
margin: 0px;
padding: 0px;
}
.treeview li{
list-style-image: url(/images/bulletmenu.jpg);
list-style-type: none;
margin-top: 10px;
margin-left: 0px;
padding-left: 0px;
}
.treeview li.submenu{ 
list-style-image: url(/images/bulletmenu.jpg);
cursor: pointer !important;
}
.treeview li.submenu ul{ 
display: none;
list-style-image: none;
margin-left: 0px;
padding-left: 1em;
text-indent: -1em;
}
.treeview .submenu ul li{ 
cursor: default;
list-style-image: none;
margin-top: 5px;
}