.printable-gift-certificate-links {
	margin:8px;
	padding:10px;
	width:450px;
	border-left:2px dotted purple;
	background-color:lavender;
}


.extra-linen-info-popup {
	background-image: url(/interface/satin_tile_warm_cream.jpg); 
	padding:10px; 
	width:600px;
	margin: 0 auto;
	border: 1px solid #CCC6BE;
}


/*#############################################################
	WISH LISTS - see snuggle-customer2.css */



/*#############################################################
	FORMS 
	(more at the bottom) */

.snuggle-forms {
	font-size:12px;
	font-family:Trebuchet MS, sans-serif;
	background-color:#F8F7F3;

}

.snuggle-select {
	font-size:11px;
	font-family:Trebuchet MS, sans-serif;
	background-color:#F8F7F3;

}
.snuggle-forms-dark {
	font-size:		12px;
	font-family:	Trebuchet MS, sans-serif;
	color:			#DDDDDD;
	background-color:#222222;
	border: 1px solid #999999;

}

.snuggle-button {
	float:right;
	color:#990000;

	margin:0px;
	background-color: #F3F0E7;
	border:outset 2px #FFF;
	text-align:center;
	font-family: Georgia, Palatino, serif;
	font-size:120%;
}

.snuggle-button a {
	
	cursor:default;
	display:block;
	margin:auto;
	margin-top:2px ! important;
	margin-top:1px;


}


.snuggle-button a:hover {
	color:#990000;
}
.snuggle-button a:active {
	padding-top:1px;
	padding-left:2px;
}
.snuggle-button a:visited {
	color:#990000;
}

/*#############################################################
	GENERAL */

#breadcrumbs {
	margin-top:0px;
	margin-bottom: 1px;
	font-size:10px;
	text-transform:uppercase;
	border-bottom:1px dotted #BBB5AE;
	padding-left:0px;
	position:	absolute;
	top:		87px;
	left:		170px; 
	width:	800px;
	z-index:	10;

}

h1 {
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;

}

h2 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:2px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;

}
h3 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:2px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;

}



.back-to-top {
	position: absolute;
	left: 706px;
	visibility: hidden;
	top: 570px;
	
}

div.spacer {
  clear: both;
}
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  }

/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/* TOP-LEVEL CONTAINERS */


#navigation-container {
	width:1000px;
	height:105px;
	display:block;
	padding: 0;
	margin: 0;
	background-image:url(/customer/common/combined-header.jpg);
}
#navigation-container #LD-Logo{
	margin-top:8px;
	margin-left:224px;
}
#navigation-container #bbb-icon {
	position:	absolute;
	top:		110px;
	left:		935px; 
	z-index:	10;

}

#navigation-container-minimal {
	width:1000px;
	height:55px;
	display:block;
	padding: 0;
	margin: 0;
	background-image:url(/customer/common/header-minimal.jpg);
}
#navigation-container-minimal #LD-Logo{
	margin-top:8px;
	margin-left:184px;
}
#navigation-container-minimal #bbb-icon {
	position:	absolute;
	top:		70px;
	left:		920px; 
	z-index:	10;

}


#navigation-container #search-tool {
/*	position:absolute;
	left:550px;
	top:0px;
	z-index:99;*/

	width:260px;
	position:absolute;
	left:730px;
	top:15px;
	z-index:99;
	padding-right:0px;
	text-align: right; }

#free-shipping-bar {
	width:145px;
	position:absolute;
	left:854px;
    top:50px;
	z-index:99;
	font-family:Georgia, Palatino, serif;
	color:#594932;

}
#navigation-container #top-tools {
	position:absolute;
	left:526px;
	top:5px
}
#navigation-container #top-tools a {
	color:#594932;
	text-decoration:none;
	font-family:Georgia, Palatino, serif;
}
#navigation-container #top-tools a:hover {
	color:#FF0000;
}
/*#navigation-container #top-tools a,span{
	color:#594932;
	text-decoration:none;
	font-family:Georgia, Palatino, serif;
}*/


#primary-container {
	
	/*width:		780px;
	text-align:	left;
	padding: 5px 110px 35px 110px;
	min-height: 100%;*/
	width:		890px;
	text-align:	left;
	padding: 5px 0px 35px 110px;
	min-height: 100%;
}


#primary-container #footer {
	position:relative;
	clear:both;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-left:-30px;
	margin-right:80px;
}

#wrapper {
	position:	relative;
	width:		1000px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height:100%;
	background-color:#F3F0E7;
	
}




/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */




body {
	background:#ffffff url(/customer/common/white-side-shadow.gif) repeat-y fixed center;
	height: 100%;
	font-size:12px;
	font-family:Trebuchet MS, sans-serif;
	color:#222;
	margin: 0 auto;
	padding:0;
/*	width:1000px;*/
}

html {
	height: 100%;
}

img { border-style:none; display: inline;}
form {margin:0px; }
a:link {
	color: #990000;
}

a:active {
	color: #0000ff;
	text-decoration: none; }

a:visited {
	color: #663333;
	text-decoration: underline; }

a:hover {
	color: #ff0000;
	text-decoration: underline; }

.inline {display: inline;}

.block {display: block;}


/*SPECIFIC NAMESPACES*/
/*article*/

.article {
	width: auto;
	border: none;
	margin-top:15px;
	padding-left:72px;
	padding-right:72px;
}

/* ############################################################################ */
/*	Home page */
#portal {
	border: solid 2px #CCC6BE;
	border-collapse:collapse;
	/*width:635px !important;*/
	width:636px;
	padding:0;
}

#portal td {
	padding:0px;
	border:none;
}

/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* TABLES */
/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */


div.left-col {
	float: left;
	width: 264px;
	clear:both;
	padding:0;
}

div.right-col {	
	float: right;
	margin-right:15px;
	width: 340px;
}


/* Watch out for this div... rule, it appears every now and then */

div.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

.home-heading {
	background-color:#CCC6BE;
	color:#594932;
	padding:3px 6px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;
	background-image:url(/customer/common/heading-bg-gradient.gif);
	margin-top:0px;
}

#new-products-heading {
	margin-top:15px;

}

.new-product-name {
	font-size:120%;
}
.new-product-image{
	border:1px solid #CCC6BE;
	height:120px;
	width:120px;
	margin:2px;
}

.favorite {
	vertical-align:top;
	clear:both;
	margin-top:5px;
}

#luxury-favorites {
	border: solid 2px #CCC6BE;
	margin-top:0px;
	border-top:none;
	margin-left:-110px;
}

#luxury-favorites table {
	border:none;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width:535px;
	border-collapse:collapse;
}
#luxury-favorites td {
border:none;
}
.favorites-img {
	border:1px solid #CCC6BE;
	height:60px;
	width:60px;
	margin:2px;
}

/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* Catalog styles */

.subcategories-table {
	margin-top:10px;
}
.subcategories-table td {
vertical-align:top;

}

#catalog-left {
	border: 0px solid black;
	position: relative;
	float:	left;
	width:	200px;
	clear:both;
	border-right: 1px solid #CCC6BE;
	border-left: 1px solid #CCC6BE;
	border-bottom: 1px solid #CCC6BE;

	margin-left:	3px;
	margin-top:		0px;
}

#catalog-right {
	border: 0px solid black;
	position: relative;
	float:	left;
	width:	690px;
	margin-top:		0px;
	margin-left:10px;
	margin-right:0px;
}

#category-heading {
	background-color:#CCC6BE;
	color:#594932;
	margin: 0px;
	padding:3px 6px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;
background-image:url(/customer/common/heading-bg-gradient.gif);
}

#category-heading a {
	text-decoration:none;
	color:#594932;
}

.left-bar-heading {
	background-color:#E5DED5;
	color:#594932;
	padding: 3px;
	padding-left:5px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	text-transform:uppercase;

}

#category-description {
	margin:5px 5px;
	font-size:90%;
}

.catalog-paging-controls {
	margin:4px;
	color:#594932;
	font-size:100%;
	
}

/*More paging controls styles in snuggle-common.css */

#featured-product-views-wrapper {
border: solid 1px #CCC6BE;

} 

#featured-product-views-wrapper .intro-text {
	font-style:italic;
	margin-left:25px;
	margin-bottom:-2px;
	font-weight:bold;
}


#inner-categories-wrapper {
	text-align:left;
	background-color:#DCD6CD;
	position:relative;
}



#inner-categories-wrapper .active {
	font-size:120%;
	font-weight:bold;
}


#inner-categories-wrapper .intro-text {
	margin:2px 2px -2px 8px;
	font-style:italic;
}


#inner-categories-wrapper table{
	width:480px;
	margin:auto;
	border-collapse:collapse;
	margin-bottom:2px;
}

#inner-categories-wrapper td {
	width:25%;
	font-size:11px;
	text-align:center;
}





.product-views-list {
	width:505px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-collapse: collapse;
}
.product-views-list .thumbnail-cell {
margin:0px;
	padding:0px;
	background-color:#DCD6CD;
	vertical-align:middle;
	height:100px;
	border: solid 1px #CCC6BE;
}
.product-views-list .thumbnail-cell img {
	border: none;
	padding:1px;
}

.product-views-list .info-cell {
	width:400px;
	margin:0px;
	padding:2px 10px;
	border-right:5px solid #CCC6BE;
	border-top:1px solid #CCC6BE;
	border-bottom:1px solid #CCC6BE;
	
}
.product-views-list .info-cell .name {
	font-family:Georgia, Palatino, serif;
	font-size:120%;
}
.product-views-list .info-cell .made-by {
	font-size:80%;
}
.product-views-list .info-cell .made-by .brand-name {
	font-style:italic;
}


.product-views-list .separator {
content:".";
height:1px;
}

/* #####################################*/

.product-views-list2 .preview-image {
	border-bottom:1px solid #CCC6BE;
}

.product-views-list2 .combined-cell {
	width:225px;
	margin:0px;
	border:1px solid #CCC6BE;
	border-bottom:8px solid #CCC6BE;
	padding:0px;
	vertical-align:top;

}

.product-views-list2 .combined-cell a {
	text-decoration:none;
	color:#594932;
}
.product-views-list2 .combined-cell a:hover {
	color:#FF0000;
}


.product-views-list2 .cell-link {
	display:block;
	width:100%;
}

.product-views-list2 .description-area {
	margin:2px;
}

.product-views-list2 .combined-cell .name {
	font-family:Georgia, Palatino, serif;
	font-size:120%;
	margin-right:5px;
	text-decoration:underline;
	font-weight:bold;
}

.product-views-list2 .description-brief {
	text-decoration:none;
}
.product-views-list2 .discount-float {
	position:absolute;
	left:135px;
	top:0px;
	background-color:#990000;
	height:20px;
	width:90px;
	text-align:center;
	color:white;
	filter:alpha(opacity=85);
	opacity:0.85;
}
.opaque {
	filter:alpha(opacity=100);
	opacity:1.0;
}
.product-views-list2 .discount-float a {
	color:white;
}
.product-views-list2 .new-float {
	position:absolute;
	left:2px;
	top:3px;
}

.product-views-list2 .transparent-bar {
	position:absolute;
	left:0px;
	top:213px;
	height:12px;
	width:225px;
	background-color:white;
	filter:alpha(opacity=35);
	opacity:0.35;

}
#category-description {
	margin:5px 0px;
	font-size:90%;
}

/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* Testimonial styles */

testimonial-title {
	
}

#testimonial-content {
	width:170px;
	margin-left:10px;
	height:65px;
font-size:11px;
}

#testimonial-link {
	margin-left:8px;
margin-bottom:8px;
}

#product-view-left #testimonial-wrapper {


}
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* Product View styles */

.discount-text {
color:red;
}

#product-view-left {
	/*background-color:#EAE3DA;*/
	border-right: 1px solid #CCC6BE;
	border-left: 1px solid #CCC6BE;
	border-bottom: 1px solid #CCC6BE;
	position: relative;
	float:	left;
	width:	260px;
	padding-bottom:70px;
	clear:both;

	margin-left:	3px;
	margin-top:	0px;
}

#product-view-right {
	border: 0px solid black;
	position: relative;
	float:	left;
	width:	510px;
	margin-top:		0px;
	margin-left:10px;
	margin-bottom:30px;
}

/* ******************************************* */
/* IMAGES */

#product-view-left .regular-image-wrapper {
	margin-left:17px;
	margin-bottom:30px;
	margin-top:10px;
}
#product-view-left .regular-image {
	border:1px solid #CCC6BE;

}
#product-view-left .regular-image-desc {
	

}

#product-view-left .enlarge-link {
	text-transform:uppercase;
	font-size:90%;
}

#large-image-wrapper {
	margin: 10px auto;
	margin-left: -65px;
	width:910px;
	text-align:center;

}

#large-image-wrapper .large-image {
	border:1px solid #CCC6BE;
}

#large-image-wrapper .return-link {
	margin:3px;
	text-transform:uppercase;
	font-size:90%;
	
}

#large-image-wrapper .image-desc {
	margin:3px;
}

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

#product-view-heading {
	background-color:#CCC6BE;
	color:#594932;
	margin: 0px;
	margin-bottom:4px;
	padding:3px 6px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;
	font-size:18px;
background-image:url(/customer/common/heading-bg-gradient.gif);
}

.visible-product-view-id {
	font-size:12px;
	margin-left:15px;
}

#product-view-right #description-full {
	margin:0px 6px;

}
#product-view-right #materials-origins {
	margin:5px;
margin-left:20px;
	font-size:90%;
text-transform:uppercase;
}

#product-view-right #related-views {
	margin-top:10px;
	background-color:#D9D3CA;
	text-align:center;
	background-image:url(/customer/common/related-pv-bg-gradient.gif);
}
#product-view-right #related-views #heading {
	color:#594932;
	text-transform:uppercase;
	font-size:80%;
}

#product-view-right #related-views table {
margin:0 auto;
border-collapse: collapse;
margin-bottom:2px;

}
#product-view-right #related-views td {
	width:80px;
border-right:1px gray dotted;
padding:4px;	
vertical-align:top;
font-size:90%
}
#product-view-right #related-views .last {
border-right:none;

}

#product-view-ordering-instructions {
	margin:20px 6px;
	margin-bottom:4px;
	font-style:italic;
}

#products-list-wrapper {
	margin-top:0px;
	border:2px solid #BBB5AE;
}

#products-list-wrapper .divider {
	background-color:#DFD8CF ! important;
	background-color:transparent;
	color:#594932;
	padding:2px;
	padding-left:4px;
	font-family:Georgia, Palatino, serif;
	text-transform:uppercase;
	border-bottom:1px solid #BEB8B1;
background-image:url(/customer/common/heading-bg-gradient.gif) ! important;
background-image:none;
min-height:3px;

}

#products-list-wrapper .product-wrapper {
	border-bottom:none ! important;
	border-bottom:1px solid white;
	padding:5px 15px 5px 10px;
	background-image:url(/customer/common/product-bg-gradient.png) ! important;
	background-image:none;
	clear:both;
}

#products-list-wrapper .monogram-notice {
	font-size:80%;
	margin-left:5px;
}

.product-wrapper .name {
	font-family:Trebuchet MS;
	font-size:100%;
}
.product-wrapper .price {
	margin-left:15px;
}
.product-wrapper .styles select {
	width:400px;
	font-family:Trebuchet MS;
	background-color:#F7F7F7;
font-size:90%;
}



/* ******************************************* */
/* PRODUCT OPTIONS */
#product-info-wrapper {
	
margin-top:15px;
margin-left:8px;
}


#product-info-wrapper li {
margin-bottom:5px;
padding:0px;
}
#product-options-wrapper {
	border:1px solid #CCC6BE;
}




.option-group-wrapper {

border-bottom:0px solid gray;
margin:10px;
margin-bottom:20px;

}
.option-group-wrapper .name {
	font-size:12px;
}
.option-group-wrapper .options{
	
}
.option-group-wrapper .footnote{
	margin-bottom:7px;
	font-size:11px; 
	margin-left:10px; 
	margin-top:5px;
}

/* ******************************************* */
/* SHOPPING CART */

#view-cart {
margin:15px;
width:800px;

}
#cart-contents-wrapper {
	margin:15px;
}

#cart-inner-wrapper .product-name{
	font-size:120%;
}

#cart-inner-wrapper table {
	border-collapse:collapse;
	
}

#cart-inner-wrapper td{
	padding:3px;
}

#cart-inner-wrapper .applied-options{
	padding-left:37px;
}
#cart-inner-wrapper .money {

	text-align:right;
	padding-right:9px;

}

.product-style {
	padding-left:34px;
	font-size: 12px;
	margin-top:9px;
}

.product-notes {
	font-size:10px;
	margin-left:15px;
}

.aog-notes {
	font-size:10px;
	margin-left:15px;
}

#cart-inner-wrapper .product-row{
	border-top:1px solid #CCC6BE;
	vertical-align:top;
}

#cart-contents-wrapper .heading-row {
	background-color:#CCC6BE;
	color:#594932;
	margin: 0px;
	padding:3px 6px;
	font-family:Georgia, Palatino, serif;
	font-weight:normal;
	font-style:italic;

}

#cart-free-shipping-banner {
	font-size:110%;
	font-weight:bold;
	margin:8px 120px;
}

.order-summary td {
	vertical-align:top;
}

.order-summary .money {
	text-align:right;
}
.order-summary .quantity {
	text-align:center;
}

/* ******************************************* */
/* CUSTOMER ERRORS */
.customer-error-heading {
	border:1px solid red;
	background-color: white;
	color:red;
	margin: 10px auto;
	padding: 5px;
}
.customer-error-heading h1 {
	margin-top:2px;
}
.customer-error {
	font-size:100%;
	font-weight:bold;
	color:red;

}

/* ******************************************* */
/* LOGON */
#logon-wrapper {
	margin:5px 120px;
	margin-bottom:100px;
}

/* ******************************************* */
/* CUSTOMER FORMS */
.form-table {
	border:1px solid gray;
	width:500px;
}
.form-table .label-left {
	vertical-align:top;
	width:120px;
	/*border-left:1px solid blue; */
}
.form-table .field-right {
	padding-left:10px;
	vertical-align:top;
	width:300px;
	/*border-right:1px solid purple; */
}

.form-table .last {
	/*background-color:green; */
}


/* ******************************************* */
/* ACCOUNT / CHECKOUT */
#account-wrapper {
	margin:5px 120px;
	margin-bottom:100px;
}
#checkout-wrapper {
	margin:5px auto;
	margin-bottom:0px;
}

#checkout-wrapper table td{
	vertical-align:top;
}

#progress-indicator {
	border:none;
	position:	relative;
	width:		180px;
	margin: 150px auto;
	text-align:center;
}

#progress-indicator h2 {
	margin: 10px;
}

#placeOrderButton {
	font-size:18px; 
	height: 27px ! important; 
	height:26px; 
	width:121px;
	margin:0px; 
	margin-right:7px;
}



#checkout-warning {
	clear:both;
	width:220px;
	float:right;
	margin:3px;
	padding:4px;
	background-color:#FFF4AD;
border:2px solid #FFDE00;
}

/*#############################################################
	DROPDOWN MENUS */
.menu a {
	color:white;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}

.menu a:link {
	color: white; text-decoration: none;
}
.menu a:visited {
	color: white; text-decoration: none;
}

.menu a:hover {
	background-color:#990000;
	color:white;
	text-decoration:underline;
}

#sidemenu {
	position: relative; top:-160px; left:155px; width: 150px;
}
.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #000000;
	background-color:#BF5E5E;
	font-size:12px;
}

.menu table{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:100%;
}
.menu td{
	vertical-align:top;
	margin:0px;
	padding:0px;
}

#menubar {
	height:24px;
	border:none;
	margin-top:6px;
	margin-left:174px;

	position:relative;
	display:block;

}

#menubar a {
	color:#990000;
	font-size:16px;
	font-family:Georgia, Palatino, Serif;
	height:24px;
	padding-left:10px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:0px;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;

}

#menubar a.active {
	color:white;
	background-color:#990000;
	text-decoration:none;
}


/*#############################################################
	SEARCH */

#search-query {
	font-size:120%;
	margin:9px 15px;
	min-height:80px;
}

/*#############################################################
	Articles */

.article .single-column {
	width:550px;
	margin:0px auto;
}

.article .testimonial-separator {
	text-align:center;
	margin:6px;
}
.article p {
	margin-top:0px;
	margin-bottom:14px;
}
/*#############################################################
	Returning customers */

.returning-customer-login-banner {
	border:1px solid orange;
	background-color:#FFF9CA;
	font-size:110%;
}

/*#############################################################
	Corner sale banner */

.corner-sale-banner {
	
	
	position: fixed ! important;
	position: absolute;
	top: 0;
	left: 0;
	height: 92px;
	width: 92px;

	
	margin: 0px !important;
	padding: 0px;

	margin-left:-90px;

/*	float:left;*/
	z-index:4;
}

#ssl-seal {
	position: absolute;
	top: 50px;
	left: 1px;
/*	height: 115px;
	width: 150px;
*/	
}

#ssl-seal-inner {
	position: relative;
	background-color:pink;
	
}

/*#############################################################
	Monogram thread previews */
#monogram_thread_thumbnails {
	background-color:#D9D3CA;
	text-align:center;
}

#monogram_thread_thumbnails ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-top:5px;
}

#monogram_thread_thumbnails li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding-left:10px;
	padding-right:10px;	
	
}

#monogram_thread_previewer {
	background-color:#f2ebe1;
	text-align:center;
	padding-bottom:20px;
	padding-top:5px;
	border:2px solid #D9D3CA;
	border-top:none;
}
