/*---------------------------------------------------
|   _______           _______  _______   	    |    
|   |        |        |        |        |  /	    |
|   |______  |        |______  |______  | /	    |
|         |  |        |        |        | \	    |
|   ______|  |______  |______  |______  |  \	    |
|						    |
|                                      	Layout	    |
|  Created by Jahobeeinc			    |
|		Contact jahobeeinc@yahoo.com  -KJ   |
---------------------------------------------------*/

/*============================================================
 Base
============================================================*/

* {
  margin: 0;
  padding: 0;
  }

body 


{
  margin: 20px;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 16px;
  color:#663300;
  background: #cfcfcf;
  }
 

  

li {
  list-style: none;
  }

h2 {
  font-weight: normal;
  }

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

p {
  font-size: 15px;
  color:#663300;
  line-height: auto;
  }

a  {
  text-decoration: none;
  }

a:link, a:visited {
  color:#663300;
  }

a:hover, a:active {
  color:#663300;
  }

a img  {
  border: none;
  }

img {
  -ms-interpolation-mode: bicubic;
  }

input,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color:#663300;
  }

hr {
  margin-bottom: 10px;
  height: 1px;
  color:#663300;
  background: #ccc;
  border: none;
  }



/*============================================================
 Wrapper
============================================================*/

#wrap {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  }



/*============================================================
 Header
============================================================*/

#header {
  margin-bottom: 5px;
  margin-left:auto;
  margin-right:auto;
  width:70%;
  }

#header.image h1 span {
  display: none;
  }

#header h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  }

#header h1 span {
  padding: 30px 0 10px;

  }


/*============================================================
 Main Content Area
============================================================*/

#main {
  float: left;
  width: 830px;
  }


/* Title ---------------------------------------------------*/

#main-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  display:none;
  }

#main-title h2 {
  margin: 16px 0 13px 13px;
  font-size: 15px;
  font-weight: normal;
  color: #CDE2F0;
  }


/* Content -------------------------------------------------*/

#main-content {
  float: left;
  width: 100%;
  padding: 10px;
  }

* html #main-content {
  width: 100%;
  w\idth: 100%;
  }



/*============================================================
 Navigation
============================================================*/

#navigation {
  float:left;
  padding:10px;
  width:250px;
  margin-bottom:5px;
  }

#navigation li{
  padding-bottom: 10px;}

#navigation div.pod {
  clear: both;
  width: 148px;
  margin-bottom: 5px;
  padding: 0 15px 12px 15px;
  font-size: 10px;
  background: #fff;
  }

* html #navigation div.pod {
  width: 178px;
  w\idth: 148px;
  }

#navigation div.pod h3 {
  display: block;
  width: 160px;
  margin: 0 -15px 11px -15px;
  padding: 4px 9px 6px 9px;
  font-size: 9px;
  font-weight: normal;
  color: #CDE2F0;
  background: #404040;
  }

* html #navigation div.pod h3 {
  width: 178px;
  w\idth: 160px;
  }

#navigation div.pod ul {
  margin-bottom: 3px;
  }

#navigation div.pod li {
  margin-top: 3px;
  padding: 3px 0;
  list-style: none;
  border-bottom: 1px solid #EFEFEF;
  }


/* MiniCart Contents -------------------------------------------*/

#minicart {
  float: right;
  width: 100%;
  display: inline;
  margin-bottom: auto;
  margin-left:auto;
  margin-right:auto;
  color: #663300;
  font-size: 15pt;
  min-height: 50px;
  height: auto !important;
  margin-bottom: 5px;
  text-decoration: none;
  position:fixed;
  right:20px;
  top:20px;
  }

#minicart a{
text-decoration: none;
color: #663300;
}



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

#search-input {
  width: 113px;
  height: 12px;
  padding: 1px;
  font-size: 10px;
  vertical-align: middle;
  }

#search-submit {
  width: 24px;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
  border: none;
  background: url(//cache1.bigcartel.com/theme_assets/1/1.0.12/images/btn-go.gif) no-repeat;
  cursor: pointer;
  }

#search-submit span {
  display: none;
  }


/* Artists -------------------------------------------------*/

#artists-select {
  width: 148px;
  font-size: 15pt;
  }


/* Big Cartel Badge ----------------------------------------*/

#badge {
  float: left;
  width: 100%;
  }

#badge a {
  float: left;
  display: block;
  width: 79px;
  height: 23px;
  background: url(//cache1.bigcartel.com/theme_assets/1/1.0.12/images/badge.png) no-repeat !important;
  background: url(//cache0.bigcartel.com/theme_assets/1/1.0.12/images/badge.gif) no-repeat;
  }

#badge span {
  display: none;
  }



/*============================================================
 Footer
============================================================*/

#footer {
  clear: both;
  }



/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {
  font-size: 20px;
  margin: 20px;
  }

div#error {
  display: block;
  margin-bottom: 5px;
  border-top: 1px solid #6c1010;
  border-bottom: 1px solid #6c1010;
  background: #cf3636;
  }

div#error h2,
div#error p {
  display: none;
  }

div#error ul {
  margin: 0;
  padding: 5px 20px;
  font-size: 15pt;
  color: #fff;
  line-height: 25px;
  }

div#error li {
  margin: 0;
  padding: 0 20px;
  font-weight: bold;
  background: url(//cache0.bigcartel.com/theme_assets/1/1.0.12/images/bullet-error.gif) no-repeat 0 7px;
  }

.form-error {
  border: 1px solid #cf3636;
  }



/*============================================================
 Site Link
============================================================*/

#website {
  position: absolute;
  top: 0;
  background: #fff;
  }

#website a {
  display: block;
  padding: 2px 14px 3px 14px;
  font-size: 15pt;
  line-height: 20px;
  }



/*************************************************************

 Store Pages

*************************************************************/




/*============================================================
 Product List
============================================================*/

#products {
  color:#663300;
  float: left;
  display: inline;
  margin: 2px 4px 4px 4px;
  background: transparent;
  text-align: center;
  }

#products a{
  text-align: center;
  color:#663300;}

#products div.product {
  float: left;
  display: inline;
  width: 175px;
  height: 270px;
  padding: 5px;
  }

#products div.product p {
  margin-bottom: 2px;
  }

#products .product-img {
  display: inline;
  float: none;
  vertical-align: middle;
  }

#products .product-info {
  float: left;
  width: 95%;
  padding: 5px 9px 11px 9px;
  }

html #products .product-info {
  width: 95%;
  w\idth: 95%;
  }

#products .product-title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  }

#products .product-price {
  float: left;
  font-size: 13px;
  font-family: 'Imprima', sans-serif;
  margin-right: 8px;
  margin-bottom: 5px;
  text-align: center;
  }

#products .product-status {
  font-size: 10px;
  font-style: italic;
  }

#products .product-a {
  float: left;
  
  display: block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  }

#products .product-a h3,
#products .product-a p {
  color:#663300;
  text-align: left;
  }

#products .product-a:hover h3,
#products .product-a:hover p {
  color:#663300;
  }



/* Pagination
------------------------------------------------------------*/

.pagination {
  clear: both;
  padding: 20px 0 15px 0;
  font-weight: normal;
  text-align: center;
  }

.pagination span,
.pagination a {
  font-size: 18pt;
  padding: 0 3px 0 6px;
  }

.pagination span.disabled {
  display: none;
  }

.pagination span.current {
  font-weight: 900;
  font-size: 24pt;
  }

.pagination span.yadda {
  padding: 5px 4px;
  background: none;
  }
#product-details p {
  font-family: 'Imprima', sans-serif;
}
  
/* Stilts
------------------------------------------------------------*/

span.stilt {
  display:-moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  }

#product-image {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  text-align: center;
  overflow: hidden;
  }

#products span.stilt {
  height: 175px;
  }

#product-image span.stilt {
  height: 300px;
  }

#product-image img {
  vertical-align: middle;
  }



/*============================================================
 Product Detail
============================================================*/

#product-content {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  }

#productContent {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  }

#product-images {
  float: left;
  width: 300px;
  }

#productImages {
  float: left;
  width: 300px;
  }
a#product-image span.icon_zoom {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url(//cache1.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.png) !important;
  background-image: url(//cache0.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.gif);
  background-repeat: no-repeat;
  background-position: -20px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  }

a#product-image:hover span.icon_zoom {
  background-position: 0;
  }

#product-images .product-img {
  margin: 0 0 10px 0;
  }
  
#productImages .product-img {
  margin: 0 0 10px 0;
  }
  
#product-thumbs{
height: auto;
width: 85%;
margin-left:auto;
margin-right:auto;
padding: 10px;
float: left;}

#productThumbs {
height: auto;
width: 85%;
margin-left:auto;
margin-right:auto;
padding: 10px;
float: left;
  }
#product-thumbs .images-list li {
  position: relative;
  display: inline;
  padding: 0 5px;
  list-style: none;
  }

#productThumbs .images-list li {
  position: relative;
  display: inline;
  padding: 0 5px;
  list-style: none;
  }

#product-images .images-prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  }

#product-images .images-next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  }

#product-images .images-prev a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(//cache0.bigcartel.com/theme_assets/1/1.0.12/images/btn-prev.gif) no-repeat;
  }

#product-images .images-next a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(//cache1.bigcartel.com/theme_assets/1/1.0.12/images/btn-next.gif) no-repeat;
  }

#product-images .images-prev span,
#product-images .images-next span {
  display: none;
  }


#product-details {
  float: left;
  width: 300px;
  margin-left: 15px;
  }

#product-details ul {
  margin-left: 17px;
  }

#product-details ol {
  margin-left: 23px;
  }

#product-details .product-title {
  padding-top: .5em;
  font-size: 18px;
  padding-bottom: .5em;}

#product-details li {
  font-size: 11px;
  line-height: 15px;
  list-style: disc;
  }

#product-details ol li {
  list-style: decimal;
  }

#product-details .price {
  width: 100%;
  margin-bottom: .7em;
  padding-bottom: .7em;
  font-size: 18px;
  font-weight: bold;
  color:#663300;
  }

#product-form {
  clear: both;
  float: left;
  width: 100%;
  }

#product-details p{
  line-height: 20px;
  font-size: 14pt;
  padding-bottom: 2px;
}

#product-details a{
  text-decoration: underline;
}

#product-details .desc,
#product-form .options {
  width: 100%;
  padding: .3em 0 .3em 0;
  font-size: 14pt;
  font-family: 'Imprima', sans-serif;
  }

#product-form .options select {
  width: 100%;
  margin: .8em 0;
  }

#product-form .options ul {
  margin: .8em 0;
  }

#product-form .options li {
  list-style: none;
  padding: 1px 5px;
  }

#product-form .options li input {
  text-align: left;
  vertical-align: middle;
  }

#product-form .options li label {
  vertical-align: middle;
  font-weight: bold;
  }

#product-form .options li.sold label {
  font-weight: normal;
  color:#663300;
  }

#product-addtocart {
  clear: both;
  display: block;
  width: 121px;
  height: 23px;
  padding: 3px;
  margin-top: 15px;
  border: none;
  border-color: #663300;
  cursor: pointer;
  vertical-align: middle;
  background: url(http://i50.photobucket.com/albums/f304/texaslisa04/addtocart.png) no-repeat;
  }
  
#product-addtocart span {display:none;}

#item-limit {
  clear:both;
  border: none;
  display: block;
  width: 287px;
  height: 48px;
  padding: 3px;
  vertical-align: middle;
  background: url(http://i50.photobucket.com/albums/f304/texaslisa04/limit.png) no-repeat;
  }
  
#item-limit span{display:none;}  

#product-details div.sold h4,
#product-details div.soon h4 {
  margin-top: .8em;
  font-size: 18px;
  font-weight: bold;
  }

#product-details div.sold h4 {
  color:#663300;
  }

/*==========Product Navigation===========*/
#pageNav{
  font-size: 22px;
  float: left;
  margin: 0;
  width: 70%;
  height: auto;
  padding: 3px;}

#prevPage{
  font-style: bold;
  float: left;}

#nextPage{
  font-style: bold;
  float: right;}

/*==========Inventory==========*/

#inventory {
  float: left;
  width: 100%;
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #ccc;
  display: none;
  }

#inventory h3 {
  font-size: 12px;
  margin-bottom: 1em;
  }

#inventory ul {
  margin: 0;
  }

#inventory li {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  background: #f2f2f2;
  list-style: none;
  }

#inventory .bar {
  display: block;
  position: relative;
  height: 14px;
  background: #dadada;
  }

#inventory .bar span {
  position: absolute;
  left: 5px;
  top: 1px;
  width: 150px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  }

#inventory .bar span em {
  display: none;
  }

#inventory span.sold {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 10px;
  color:#663300;
  line-height: 12px;
  }



/*============================================================
 Cart
============================================================*/

#cart-content {
  float: left;
  }

#cart-table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  }

#cart-table td,
#cart-table th {
  text-align: left;
  }

#update-btn-head {
  display: none;
  }


/* Cart Table Columns --------------------------------------*/

#col-item    { width: 337px; }
#col-price    { width: 65px; }
#col-qty    { width: 40px; }
#col-total    { width: 65px; }
#col-options  { width: 30px; }


/* Cart Table Header ---------------------------------------*/

#cart-head {
  font-size: 18px;
  color:#663300;
  }

#cart-head th {
  padding-top: 11px;
  padding-bottom: 11px;
  }

#head-item {
  padding-left: 10px;
  }

#head-options span {
  display: none;
  }


/* Cart Table Body -----------------------------------------*/

#cart-body {
  font-size: 18px;
  }

#cart-body th {
  padding-left: 10px;
  font-weight: normal;
  }

#cart-body td {
  padding: 9px 12px 9px 0;
  }

#cart-body tr.row-alt th,
#cart-body tr.row-alt td {
  background: #f0f0f0;
  }

#cart-body .item-price {
  padding-right: 5px;
  }

#cart-body .item-qty input {
  width: 2em;
  }

#cart-body .item-total {
  font-weight: bold;
  }

#cart-body .item-options {
  text-align: center;
  }

#cart-body .item-options .remove-btn {
  width: 13px;
  height: 13px;
  background: url(//cache0.bigcartel.com/theme_assets/1/1.0.12/images/btn-delete.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  }

#cart-body .item-options span {
  display: none;
  }


/* Cart Footer ---------------------------------------------*/

#cart-footer {
  margin: 10px 0;
  }

#cart-footer .cart-update {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .update-btn {
  width: 119px;
  height: 21px;
  border: none;
  background: url(http://i50.photobucket.com/albums/f304/texaslisa04/updatetotal.png) no-repeat;
  cursor: pointer;
  }

#cart-footer .cart-shipping {
  float: left;
  display: inline;
  margin: -31px 0 0 11px;
  }

#cart-footer #country {
  width: 160px;
  margin-left: 5px;
  padding: 2px 0;
  font-size: 18px;
  }

#cart-footer .cart-discount {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
  }

#cart-footer #cart_discount_code {
  width: 80px;
  margin-left: 10px;
  }

#cart-footer .cart-discount p {
  margin: 1px 0;
  }

#cart-footer .cart-total {
  padding: 15px 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .cart-total h3 {
  font-size: 21px;
  margin: 0;
  }

#cart-footer .cart-total p {
  margin-bottom: 0;
  font-size: 21px;
  color:#663300;
  }

#cart-footer .cart-total #cart-shipping-tax p {
  margin-bottom: 7px;
  font-size: 20px;
  color:#663300;
  }

#cart-footer .cart-options {
  float: right;
  margin-top: 10px;
  }

#cart-footer .cart-checkout {
  float: left;
  }

#cart-footer .checkout-btn {
  width: 106px;
  height: 25px;
  margin-left: 8px;
  background: url(http://i50.photobucket.com/albums/f304/texaslisa04/checkout.png) no-repeat;
  border: none;
  cursor: pointer;
  }

#cart-footer .update-btn span,
#cart-footer .checkout-btn span {
  display: none;
  }

span.total-discount,
span.total-shipping {
  font-weight: bold;
  }



/*============================================================
 FAQ
============================================================*/

#faq-content {
  padding: 15px 25px;
  }

#faq-content p {
  font-family: 'Imprima', sans-serif;
  font-size: 15pt;
  }

#faq-content .faq-list dt {
  margin-bottom: .5em;
  font-family: 'Imprima', sans-serif;
  font-size: 15pt;
  font-weight: bold;
  color:#663300;
  }

#faq-content .faq-list dd {
  font-family: 'Imprima', sans-serif;
  font-size: 15pt;
  margin-bottom: 1.3em;
  line-height: 21px;
  }

#faq-content img{padding:8px;}

/*============================================================
 News-Events
============================================================*/

#news-events p {
  font-family: 'Imprima', sans-serif;
  font-size: 15pt;
  margin-bottom: 1.3em;
  line-height: 21px;
}

#news-events img {
  padding-bottom: 15px;
  }


/*============================================================
 Contact
============================================================*/
#contact-content {
  font-family: 'Imprima', sans-serif;
  padding: 15px 25px;
  }

#contact-form {
  width: 425px;
  padding: 15px 0;
  }

#contact-form label {
  float: left;
  width: 85px;
  padding: 2px 0;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  color:#663300;
  }

#contact-form input,
#contact-form textarea {
  float: left;
  width: 250px;
  margin: 0 25px 8px 10px;
  vertical-align: bottom;
  }

#contact-form textarea {
  width: 300px;
  height: 150px;
  }

#contact-form p,
#captcha-div {
  float: left;
  display: inline;
  width: 330px;
  margin: 0 -3px 10px 95px; /* -3px fixes ie6 duplicate chars */
  }

#contact-form p {
  margin-bottom: 25px;
  }

#contact-submit {
  clear: both;
  display: block;
  width: 75px;
  height: 32px;
  margin: 0 0 0 95px;
  border: none;
  background: url(http://i50.photobucket.com/albums/f304/texaslisa04/send.png) no-repeat;
  cursor: pointer;
  }

#contact-submit span {
  display: none;
  }




/*============================================================
 Success
============================================================*/

body.success #main-content h2 {
  padding: 20px 20px 0 20px;
  font-size: 17px;
  }

body.success #main-content p {
  padding: 0 20px 20px 20px;
  }



/*============================================================
 Custom Pages
============================================================*/



/*============================================================
	 Main Slideshow	
============================================================*/

#boom{float: left; width: 760px; min-height: 510px;position: relative;margin-bottom:10px;}
#boom img {border-style:solid;
border-color:#FF7799;
position: absolute; 
top:0;
left:0;
width:750px;
height:500px; 
padding:6px;}

#main-bottom-banner{
  width:740px;
  margin-left: auto;
  margin-right: auto;
}

#main-bottom-banner img{
  padding-top: 15px;
}


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

		PopOut Menu

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

/* Begin CSS Popout Menu */
#menuwrapper{
width:100%;
}

#menu{
display:block;
width:90%;
text-align: center;
font-size: 13pt;
margin-bottom: auto;
margin-left:5%;
margin-right:5%;
color:#663300;
}

#menu b{color:#FF6EB4;}

div#menu a.menuheader {
font-size: 28px;
color:#589B10;
}
#menu a{
text-align:left;
display:block;
white-space:nowrap;
padding:6px;
}

#menu a{
color:#663300;
text-decoration:none;
}

#menu a:hover{
color:#663300;
background:#EED5B7;
}

#menu a:active{
color:#663300;
background:#FFFFEE;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
/*float:left;*/
display:inline-block;
}

#menu li{
position:relative;
font-size: 13pt;
}

#menu ul ul{
  font-family: 'Imprima', sans-serif;
  position:absolute;
  z-index:500;
  top:auto;
  display:none;
}

#menu ul ul ul{
top:0;
background:transparent;
padding:0px;
margin:0px;
}

#menu .right{
right:0;}

#menuRight{
top:0;
left:100%;
background:transparent;
padding:0px;
margin:0px;
}

#menuLeft{
top:0;
right:100%;
background:transparent;
padding:0px;
margin:0px;
}

/* Begin non-anchor hover selectors */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;background:#FFF8DC;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#663300;
background:#eee no-repeat 100% 100%;
}

#menu a.x:hover{
color:#663300;
background:#EED5B7;
}

#menu a.x:active{
color:#663300;
background:#EED5B7;
}

/* End CSS Popout Menu */
/* ==============================================================

		Shopping Cart PopOut Menu

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

/* Begin CSS Popout Menu */



#viewCart{
list-style:none;
margin:0;
padding:0;
text-align:right;}

#viewCart a:hover{
color:#663300;
background:#EED5B7;
}

#viewCart li {
display:inline;
list-style:none;
margin:0;
padding:0;
position: relative;}

#viewCart li li{
text-align:left;
display:block;
width:100%}

#viewCart .cright{
border-top:solid;
text-align:right;
display:block;
width:90%;}

#viewCart .vright{
text-align:right;
display:block;
width:90%;}

#viewCart a:active{
color:#663300;
background:#FCF6CF;
}

#viewCart ul{
padding: 9px;
position:absolute;
z-index:500;
top:auto;
right:0;
width: 400px;
overflow: hidden;
display:none;
}

/* Begin non-anchor hover selectors */

#viewCart li:hover{
cursor:pointer;
z-index:100;
}

#viewCart li:hover ul ul,
#viewCart li li:hover ul ul,
#viewCart li li li:hover ul ul,
#viewCart li li li li:hover ul ul
{display:none;}

#viewCart li:hover ul,
#viewCart li li:hover ul,
#viewCart li li li:hover ul,
#viewCart li li li li:hover ul
{display:block;background:#FCF6CF;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#viewCart a.x, #viewCart a.x:visited{
font-weight:bold;
color:#663300;
background:#eee no-repeat 100% 100%;
}

#viewCart a.x:hover{
color:#663300;
background:#EED5B7;
}

#viewCart a.x:active{
color:#663300;
background:#EED5B7;
}

/* End CSS Popout Menu */

/*============================================================
  	Pop Up
============================================================*/

#pop-back {
  position:fixed;
  visibility:hidden;
  top:0;
  left:0;
  width:3000px;
  height:4000px;
  background-color:black;
  filter:alpha(opacity=40);
  opacity:0.4;
  z-index: 799;
  }

#pop-up {
  visibility:hidden;
  width: 810px;
  left: 15%;
  right:15%;
  position:fixed;
  z-index:800;
  margin-right: auto;
  margin-left: auto;
  }

#pop-img {
  top: 10%;
  width:100%;
  -moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
  box-shadow: 0px 0px 40px #888888;
  }
  
/*============================================================
  Countdown Timer
============================================================*/

  #countWrap {
	width: 300px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	position: absolute;
	display: block;
  }
  
  #theDate {
	width: 300px;
	height: 130px;
	top: 0;
	left: 0;
	display: none;
	font-family: 'Dancing Script', serif;
      	font-weight: normal;
  	font-size: 25px;
  	color:#663300;

  }

  #theCountdown {
	display: block;
	width: 300px;
	height: 100px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Dancing Script', serif;
      	font-weight: normal;
  	font-size: 27px;
  	color:#663300;
  }
  
  #tWidth {
	width: 45px;
	display: block;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
  }

  #dWidth {
	width: 105px;
	text-align: right;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
	display: block;
  }
	
  #countSpace {
  	width: 115px;
	display: block;
	float: left;
	visibility: hidden;
  }

 .countLabel {
	display: block;
	float: left;
	width: 45px;
	padding-right: 8px;
	text-align: center;
	font-size: 13px;
  }
	
  .countCol {
	display: block;
	width: 2px;
	float:left;
  }

#products .product-title {
  font-weight:normal;
  font-size:23px;
  width:175px;
  text-align:center;
  display:table-cell;
  padding:0px 0px 5px 0px;
}

#products .product-price {
  font-family: 'Imprima', sans-serif;
  font-size: 15px;
  font-weight:normal;
  width:175px;
  text-align:center;
  display:table-cell;
}
#products .product-a p {
  text-align:center;
}

#product-details .product-title {
  font-weight:normal;
}

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/

body {
    background-image: url(http://i56.tinypic.com/jj2rv7.jpg);
    background-repeat: repeat;
    }
    
#subBody {
  background-image:url();
  width: 100%;
}

<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script>
<script type="text/javascript">
    new HelloBar(54267,77293);
</script>