/* Webfont: Sweetheart Script */
 @font-face {
	font-family: 'SweetheartScript';
	src: url('webfonts/style_153560.eot?#iefix') format('embedded-opentype'),
		url('webfonts/style_153560.woff') format('woff'),
		url('webfonts/style_153560.ttf') format('truetype'),
		url('webfonts/style_153560.svg#SweetheartScript') format('svg');
	}

	span.collageword {
		display: inline-block;
		line-height: 1;
		background: #fff;
		padding: .25em .5em;
		margin: .125em 0;
		/*
		border: 1px solid;
		border-top-color: #666;
		border-left-color: #666;
		border-right-color: #333;
		border-bottom-color: #000;
		*/
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
		box-shadow: 2px 2px 2px rgba(0,0,0,.5);
		}
	span.collageword span.word {
		display: inline-block;
		text-shadow: 0 0 1px rgba(0,0,0,.25);
		}
	span.collageword span.word em {
		font-style: italic;
		}
	span.collageword span.word b {
		font-weight: bold;
		}
	
	
/* Main Page Controls */
body {	font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  color: #000000;
  background-attachment: scroll;
  background-color: #fcf9eb;
  background-image: url(../images/bg_dots3.gif);
  background-repeat: repeat;
  background-position: left top;
  margin: 0px;
  padding: 0px; }

 body.valentines { background-image: url(../images/bg_hearts.gif); }

 a img {
	border: none;
}
 
.wrap { background-color: #fcf9eb;
  padding: 0px;
  width: 950px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border: 1px solid #000000; }

h1 { color: #333333;
  font-family: Georgia, Arial, Times, serif;
  font-size: 14px;
  font-weight: bold; }


  
/* HEADER */
.headerpromo {
	padding: 12px;
	text-align: center;
	background: pink;
	font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
	font-size: 13px;
}


.header { padding: 0px;
  height: 175px;
  width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #fcf9eb;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #89C0C7;
  background-color: #fcf9eb; }

#topNav {
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
	}
	
#topNav li {
	display:inline;
	position: relative;
	line-height: 30px;
	margin: 4px 2px;
	}
 
 #topNav li a {
	display: inline;
	}
 
 #topNav li form, #topNav li input {
	display: inline;
	}

#topNav li input { width: 120px; }
	
#topNav li:before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 12px;
	margin: 0 2px 0 -2px;
	background: url(../images/icons/flower.gif) top left no-repeat;
	vertical-align: middle;
	}

#topNav li:first-child:before {
	display: none;
	}

ul.dropdown {
	display:none;
	}
	
#topNav li:hover ul.dropdown, #topNav li.sfHover ul.dropdown {
	list-style: none;
	display: block;
	position: absolute;
	width: 100%;
	top: 26px;
	left: 3px;
	background: #fcf9ea; 
	border: 1px solid #fcbeeb; 
	border-top: none; 
	border-bottom-left-radius: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-webkit-border-bottom-left-radius:6px; 
	border-bottom-right-radius: 6px; 
	-moz-border-radius-bottomright: 6px; 
	-webkit-border-bottom-right-radius:6px; 
	z-index: 1000;
	}

#topNav li:hover ul.dropdown-with-columns, #topnav li.sfHover ul.dropdown-with-columns {
	width: 399px;
	}

	#topNav li:hover ul.captionlist.dropdown-with-columns, #topnav li.sfHover ul.captionlist.dropdown-with-columns {
		width: 309px;
		}

#topNav li:hover ul.dropdown, #topNav li.sfHover ul.dropdown { 
	margin: 0;
	padding: 0 3px 6px 3px;
	}
	
#topNav li:hover ul.dropdown li, #topNav li.sfHover ul.dropdown li {
	display: block;
	margin: 2px 0;
	line-height: 1.25;
	text-align: center;
	}
	
#topNav li:hover ul.dropdown li.dropdown-column, #topNav li.sfHover ul.dropdown li.dropdown-column {
	width: 132px;
	padding: 9px 1px 6px 0px;
	display: block;
	float: left;
	line-height: 1em;
	}

	#topNav li:hover ul.captionlist.dropdown li.dropdown-column, #topNav li.sfHover ul.captionlist.dropdown li.dropdown-column {
		width: 102px;
	}

#topNav li:hover ul.dropdown li.dropdown-column span, #topNav li.sfHover ul.dropdown li.dropdown-column span {
	display: block;
	text-align: left;
	}

#topNav li:hover ul.dropdown li.dropdown-column span a, #topNav li.sfHover ul.dropdown li.dropdown-column span a {
	padding-left: 12px;
	}

#topNav ul.dropdown li a.topNavText {
	display: block;
	color: #555;
	padding: 6px 0;
	}
	

#topNav ul.dropdown-with-columns li a.topNavText {
	padding: 4px 0;
	}

#topNav ul.dropdown li a:hover {
	color: #BD4A53;
	text-decoration: underline;
	background: #F1F0F5;
	}
	
#topNav ul.dropdown li:before {
	display: none;
	}
	
.topNavText { font-family: Verdana, Arial, Times, serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  margin: 0px;
  padding: 0px; }
  
a.topNavCheckout { font-family: Verdana, Arial, Times, serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  margin: 0px;
  padding: 0px; }

.topNav { font-family: Arial, Times, serif;
  height: 20px;
  width: 950px;
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background-attachment: scroll;
  background-image: url(../images/topnav-bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B6DBD4; }

.topFrame { background-image: url(../images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 10px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 10px; }

.cart { background-attachment: scroll;
  background-image: url(../images/add-cart.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 135px; }

.breadcrumbs { font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px; }
.breadcrumbs a { color: #333333;
  text-decoration: underline;
  font-weight: bold; }
.breadcrumbs a:visited { color: #333333;
  text-decoration: underline;
  font-weight: bold; }
.breadcrumbs a:hover { color: #BD4A53;
  text-decoration: underline;
  font-weight: bold; }

.breadcrumbs .gray { color: #aaa; }
  
  
 #cartnotify {
	position:absolute; 
	right:0; 
	top:-24px; 
	width:320px; 
	background: #fcf9ea; 
	border: 1px solid #fcbeeb; 
	border-top: none; 
	border-right: none; 
	border-bottom-left-radius: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-webkit-border-bottom-left-radius:6px; 
	padding: 3px 6px 6px 6px; 
	font-family: Arial, Helvetica; sans-serif; 
	font-size: 10px;
	}

/*Side Navigation*/

#sideNav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sideNav li {
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 2px 6px;
	display: block;
	}

#sideNav ul li:hover {
	background: rgba( 0,0,0,.2 );
	}

/* Single color for IE 6-7 */
li.sidenav-category { background: #BD4A53; }
	
li.sidenav-category:nth-child(4n+1) { background: #BD4A53; }
li.sidenav-category:nth-child(4n+2) { background: #9FBD5E; }
li.sidenav-category:nth-child(4n+3) { background: #6F6891; }
li.sidenav-category:nth-child(4n+4) { background: #5078A4; }

a.side-nav-heading {
	display: block;
	width: 206px;
	height: 45px;
	background: transparent url(../images/side-nav-headings.png) top left no-repeat;
	}
a.side-nav-heading span { display: none; }
a.side-nav-magnetic-stuff { background-position: 0 0; }
a.side-nav-barware { background-position: 0 -45px; }
a.side-nav-personal-care { background-position: 0 -90px; }
a.side-nav-bags { background-position: 0 -135px; }
a.side-nav-notepads { background-position: 0 -180px; }
a.side-nav-notepads---pens { background-position: 0 -180px; }
a.side-nav-greetings, a.side-nav-cards { background-position: 0 -270px; } 
a.side-nav-travel { background-position: 0 -225px; } 
a.side-nav-all-products { background-position:  0 -315px; }
a.side-nav-books { background-position: 0 -360px; }
a.side-nav-calendars---books { background-position: 0 -360px; }
a.side-nav-holiday { background-position: 0 -405px; }
a.side-nav-sale-items { background-position: 0 -450px; }
a.side-nav-gift-certificates { background-position: 0 -495px; }
a.side-nav-website-exclusives { background-position: 0 -540px; }

#sideNav ul {
	margin: 0;
	padding: 0;
	}
	
#sideNav ul li {
	margin: 0;
	padding-left: 6px;
	border: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#sideNav ul li a {
	text-decoration: none;
	color: #fff;
	}
	
.product-line-icon {
	display: inline-block;
	height: 18px;
	background: url(../images/product-line-icons.png);
	}
	
.product-line-classic { width: 54px; background-position: 0 0; }
.product-line-taintor-with-a-twist { width: 76px; background-position: -54px 0; }
.product-line-miss-taintor { width: 64px; background-position: -130px 0; }


a.product-line-icon span {
	display: none;
	}

div.product-line-icon { vertical-align: top; }	
	
#sideNav ul li a:hover {
	text-decoration: underline;
	}
	
#sideNav ul li p {
	font-weight: normal;
	margin: 2px 0 4px;
	padding: 0;
	}
/*
#sideNav li h3 {
	font-family: "SweetheartScript";
	font-weight: normal;
	text-align: left;
	color: #000;
	font-size: 30px;
	margin: 3px;
	padding-bottom: 6px;
	}
	*/


.sideNav { font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  text-align: left; }
.sideNav a { font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 165%;
  padding: 0px;
  color: #333333; }
.sideNav a:hover { text-decoration: underline;
  color: #333333; }
.sideNav a img { margin-bottom: 2px; }

/* temporarily hiding "Miss Taintor" category */

a#sidemenu-MissTaintor {
	display: none;
	margin: 0;
	padding: 0;
}

a#sidemenu-MissTaintor img { margin: 0; }

/*search*/
.formfield { font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  padding-left: 1px; }

.searchbox { font-size: 10px;
  background-attachment: scroll;
  background-image: url(../images/search.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 158px;
  width: 200px;
  padding-top: 120px;
  padding-left: 10px;
  margin-bottom: 2px;
  vertical-align: top; }

.formgo { font-family: Arial, Times, serif;
  color: #ffffff;
  background-color: #ddaa48;
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 0px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  font-weight: bold; }

.email { padding: 0px;
  width: 200px;
  border: 1px dashed #71B5BE;
  margin-top: 3px;
  background-attachment: scroll;
  background-image: url(../images/email-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  margin-bottom: 3px; }

/*Product*/
.prodtext { font-family: Verdana;
  font-style: normal;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  color: #003366 }
  
.productBorder { border-left-width: 2px;
  border-left-style: dotted;
  border-left-color: #daa448; }

.productBorderTop { border-top-width: 2px;
  border-top-style: dotted;
  border-top-color: #daa448; }

.productCat { font-family: Arial, Times, serif;
  color: #333333;
  font-weight: bold;
  font-size: 12px; }
a.productCat {font-family: Arial, Times, serif;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px; }

.productText { font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
  font-size: 13px;
  color: #333333; }

.productSku { font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  color: #333333; }
.productSku a { color: #333333;
  text-decoration: none; }

.product-bg { background-color: #fcf9eb;
  border: 2px dotted #daa448 }

.product-bgL { background-color: #fcf9eb;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-top-color: #BD4A53;
  border-bottom-color: #BD4A53;
  border-left-color: #BD4A53; }

.product-bgR { background-color: #fcf9eb;
  border: 2px dotted #BD4A53; }
  
.caption { font-family: Georgia, Arial, Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #333333 }

 .caption img {
	margin-right: 6px;
	}
  
/*Footer*/
.footertable { background-color: #fcf9eb;
  padding-top: 10px;
  padding-bottom: 0px;
  background-attachment: scroll;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  height: 150px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #b3d8d3; }

.footer { font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 1px;
  font-weight: normal;
  font-size: 10px;
  color: #333333; }
a.footer { font-size: 10px; color: #333333; text-decoration: none; }
a.footer:hover { color: #333333; text-decoration: none; }

/* Edits to cart... shouldn't override current settings yet */

#table-checkout-billing {
	background: #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#table-checkout-shipping, #table-gift-certificate {
	background: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#table-checkout-billing td, #table-gift-certificate td {
	padding: 4px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	vertical-align: top;
}

#table-gift-certificate {
	margin: 12px 0;
	width: 700px;
}

#table-checkout-shipping td, #table-checkout-shipping tr#shippingaddr table td {
	padding: 4px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	vertical-align: top;
}

#table-checkout-shipping tr#shippingaddr td {
	padding: 0;
	}

#table-checkout-shipping tr#shippingaddr table tr:first-child td {
	border-top: none;
	}

#table-checkout-shipping tr#shippingaddr table tr td:first-child {
	border-left: none;
	}
	
#checkout-form-table table .cartText {
	padding: 6px;
	margin: 0;
	}

#checkout-form-table table td.cart-headline, #checkout-form-table table td.cart-headline * {
	padding: 0 !important;
	}
	
#checkout-form-table table .cartText label, #table-gift-certificate .cartText label {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	color: #444;
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	}

#checkout-form-table table .cartText label span, #table-gift-certificate .cartText label span {
	font-size: 11px;
	font-weight: normal;
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	}

#checkout-form-table table .cartText ul {
	list-style: none;
	padding-left: 1em;
	}

#checkout-form-table table .cartText ul li {
	padding-bottom: 6px;
	}
	
#checkout-form-table table .cartText ul li label {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	}
	
input.text-fullwide {
	width: 98%;
	margin-bottom: 2px;
	}
	
em.error {
	display: block;
	color: #BD4A53;
	}

em.error.form-input-success {
	color: #9FBD5E;
	}
	
div.error span {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
/*cart*/
.quote { font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  color: #000000; }

.cart-headline { font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #BD4A53; }

.cartTable { border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #8EC5CC; }
  
.shipTable { border-width: 1px;
  border-style: solid;
  border-color: #003399; }

.cartText { font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: left;
  font-weight: normal;
  font-size: 10px; }
  
.cartAmounts { font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: right;
  font-weight: normal;
  font-size: 10px; }

.cartLabel { font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: left;
  font-weight: bold;
  font-size: 11px; }

.cartTotals { font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  color: #333333; }

.cartInput { font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #333333; }

.cartTable td { border-bottom: 1px dotted #FFE4AF;  }

.cartSubmit { font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  background: #bd4a53; /* Old browsers */
	background: -moz-linear-gradient(top, #bd4a53 0%, #d6555e 50%, #e25a63 51%, #e8c5c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd4a53), color-stop(50%,#d6555e), color-stop(51%,#e25a63), color-stop(100%,#e8c5c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd4a53 0%,#d6555e 50%,#e25a63 51%,#e8c5c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd4a53 0%,#d6555e 50%,#e25a63 51%,#e8c5c7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bd4a53 0%,#d6555e 50%,#e25a63 51%,#e8c5c7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4a53', endColorstr='#e8c5c7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bd4a53 0%,#d6555e 50%,#e25a63 51%,#e8c5c7 100%); /* W3C */
  font-size: 11px;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #933B41;
  margin: 6px 0;  }
 
 .cartSubmit.primary {
	font-size: 13px;
	padding: 6px 12px;
	background: #b4e391;
	background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391));
	background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
	background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
	background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
	background: linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
	border-color: #369B04;
	}
	
.cartSubmit.primary.small {
	font-size: 11px;
	padding: 3px 6px;
	letter-spacing: 0;
	text-transform: none;
	margin-top: 3px;
	}
  
.cartSubmit:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba( 0,0,0,.5);
	background: #5b2529; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2529 0%, #e25a63 100%, #e8c5c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2529), color-stop(100%,#e25a63), color-stop(100%,#e8c5c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2529 0%,#e25a63 100%,#e8c5c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2529 0%,#e25a63 100%,#e8c5c7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5b2529 0%,#e25a63 100%,#e8c5c7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2529', endColorstr='#e8c5c7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #5b2529 0%,#e25a63 100%,#e8c5c7 100%); /* W3C */
	border-color: #5B2529;
	}
  
 .cartSubmit.primary:hover {
	background: #61c419;
	background: -moz-linear-gradient(top, #61c419 0%, #b4e391 50%, #61c419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c419), color-stop(50%,#b4e391), color-stop(100%,#61c419));
	background: -webkit-linear-gradient(top, #61c419 0%,#b4e391 50%,#61c419 100%);
	background: -o-linear-gradient(top, #61c419 0%,#b4e391 50%,#61c419 100%);
	background: -ms-linear-gradient(top, #61c419 0%,#b4e391 50%,#61c419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c419', endColorstr='#61c419',GradientType=0 );
	background: linear-gradient(top, #61c419 0%,#b4e391 50%,#61c419 100%);
	color: #444;
	}
  
.speciallink { font-family:Arial;
  font-size:9px;
  font-weight:normal;
  color:#ffffff }
  
.sticker { font-family:Arial;
  font-size:25px;
  font-weight:normal;
  color:#ffffff }

/*Home text*/
.fancytext p {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	line-height: 1.25;
	color: #E16E1E;
	text-align: left;
	}

.blue-greenBg {	background-image: url(../images/green-blue-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  border: 1px solid #48423F; }

.blue-bg { background-image: url(../images/blue-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top; }

.homeText { font-family: verdana, Times, serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 175%;
  color: #000000; }
.homeText a{
	color: #000000;

}
.homeText h2{
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-left: 14px;	
}
.top-table { border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #45413D;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px; }
/*Press Page*/
.border {
	border: 1px solid #666666;
}
.wrap-popup {
	background-color: #fcf9eb;
	padding: 0px;
	width: 600px;
	border: 1px solid #000000;
	margin: 10px auto;
}
.title {
	color:#763224;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
.pressText {
	font: .9em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.pressText a{
	text-decoration: underline;
	color: #333333;
}
.floatLeft{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #666666;
}
#press-sidebar{
	font: .8em Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #888;
}
#press-sidebar a{
	font-weight: bold;
	color: #208B94;
	text-decoration: none;	
}
#press-sidebar h2{
	font: italic bold 115% Georgia, "Times New Roman", Times, serif;
	color: #333;
	
}

a.table-image-link { display: block; clear: none; }

button.addtocart {
	width: 244px;
	height: 100px;
	background: url(../images/icons/add-to-cart.png);
	border: none;
	margin-top: 18px;
	cursor: pointer;
	}

button.addtocart:hover {
	background: url(../images/icons/add-to-cart-over.png);
	}

button.addtocart:active {
	background: url(../images/icons/add-to-cart-active.png);
	}

a.wallpaper-type {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #DDAA48;
	font-size: 60%;
	padding: 3px;
	margin: 3px 6px 0 0;
}

a.wallpaper-type:hover {
	background: #9e7320;
	color: #fff;
}

.cart-prev-holder {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 6px 0 0;
	height: 48px;
	width: 72px;
	overflow: visible;
	}

.cart-item-preview {
	height: 48px;
	max-width: 72px;
	width: auto;
	}
	
.cart-item-preview:hover {
	position: absolute;
	top: -50%;
	left: 0;
	height: auto;
	max-width: none;
	padding: 12px;
	background: #fcf9eb;
	border: 1px solid #6F6891;
	z-index: 10000;
	}
	
.cart-item-text {
	vertical-align: middle;
	display: inline-block;
	width: 300px;
	height: 36px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 130%;
	line-height: 1.125;
}

.cart-item-text:after {
	content: " ";
	clear: both;
}

h4.other-products {
	color: #8AC1C8;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	font-size: 15px;
	}

h4.recommendations-header {
	color: #8AC1C8;
	font-family: "SweetheartScript",arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	margin: 6px 0 9px;
	}	
	
h4.other-subcats {
	color: #8AC1C8;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	margin: 0 0 6px 0;
	}

div.upsell-product {
	display: block;
	clear: both;
	padding: 0 6px 12px 0;
	margin: 0;
	}

div.upsell-product-3col {
	width: 33%;
	float:left;
	}
	
div.upsell-product-4col {
	width: 25%;
	float:left;
	}
	
	html.ie7 div.upsell-product-4col {
		width: 168px;
		}
		
	div.upsell-product-4col img.upsell-img {
		max-width: 163px;
		max-height: 163px;
		height: auto;
	}

div.upsell-product-5col {
	width: 20%;
	float:left;
	}
	
div.upsell-product-6col {
	width: 16.6%;
	float:left;
	}
	
img.upsell-img {
	float: left;
	margin: 0 6px 0 0;
	}
	
	div.upsell-product-5col img.upsell-img, 
	div.upsell-product-6col img.upsell-img, 
	div.recommendations-block img.upsell-img {
		max-width: 100px;
		height: auto;
	}

p.upsell-text {
	color: #444;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	margin-left: 112px;

	}

	.upsell-product-4col p.upsell-text { min-height: 4em; vertical-align: top; margin-left: 0; }

	img.product-flag{
		float:right;
		margin: 2px 3px 0 4px;
	}

p.price-and-button {
	display: block;
	margin: 3px 6px 0 0;
	padding: 3px;
	background: #eee;
	}
	
div.upsell-product-4col p.upsell-text, div.upsell-product-5col p.upsell-text, div.upsell-product-6col p.upsell-text {
	clear:left;
	margin: 106px 6px 0 0;
	line-height: 1.375;
	}

html.ie7 div.upsell-product-4col p.upsell-text, html.ie7 div.upsell-product-5col p.upsell-text, html.ie7 div.upsell-product-6col p.upsell-text {
	margin-top: 12px;
	}
	
span.price {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #74CB35;
	}

a.productCatLink {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.productCatLink:hover {
	color: #74CB35;
	text-decoration: underline;
}

span.crossed-out {
     display: inline-block;
     font-weight: normal;
     color: #900;
     font-size: 10px;
     text-decoration: line-through;
}

.page-block {
	display: inline-block;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	clear: both;
	width: 100%;
	}

.page-block:last-child {
	border-bottom: none;
	}
	
.page-area-retail { 
	width: 700px;
	float: right;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	}
	
.page-area-retail h1 {	
	font-family: "SweetheartScript", "Monotype Corsiva", script;
	font-weight: normal;
	overflow: visible;
	font-size: 32px;
	line-height: 1;
	color: #BD4A53;
	border-bottom: 2px dotted #cfc;
	margin: 0 0 18px 0;
	}
	
.products-page-header {
	background: #efe;
	padding: 12px;
	margin-bottom: 12px;
	}

.product-details {
	display: block;
	margin-left: 272px;
	}

.single-product-image {
	float: left;
	margin: 6px 18px 18px 0;
	}
	
.prodline-block {
	border: 1px dashed #ccf;
	padding: 0 12px;
	margin-top: 6px;
	}

.product-category-interior {
	height: 340px;
	padding: 0 8px 6px;
	margin: 3px;
	border: 1px dashed #ccf;
	display: block;
	text-decoration: none;
	color: inherit;
	}

a.product-category-interior:hover{ background-color: #fff; }
	
.prodline-block h2, .product-category-interior h2 {
	font-family: "SweetheartScript", "Monotype Corsiva", script;
	font-size: 27px;
	line-height: 1.25;
	color: #5078A4;
	text-shadow: 1px 1px 2px #ccc;
	-moz-text-shadow: 1px 1px 2px #ccc;
	-webkit-text-shadow: 1px 1px 2px #ccc;
	margin: 12px 0;
	padding-bottom: 3px;
}
	
td.testmode {
	background: #fcc;
	border: 1px solid #900;
	text-align: center;
	padding: 12px 0;
	font-family: Arial, Helvetica;
	color: #000;
	font-size: 13px;
	}

td.coupon-error {
	background: #FBEBC9;
	border: 1px solid #c93;
	text-align: center;
	margin: 3px 0;
	padding: 12px 0;
	font-family: Arial, Helvetica;
	color: #000;
	font-size: 13px;
	}

