<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* TAGS */
body{
	margin: 0px;	
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat;
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}
img { 
	border: 0; 
}


/* IDS */
#pearloidBg{
	width: 844px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/pearloid_solid.jpg');
}
#contentBg{
	width: 824px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contentArea{
	position: relative;
	margin: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #afcb7b;
	min-height: 660px;
}
#leftNav{
	position: absolute;
	display: inline-block;
	width: 138px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border-right: 1px solid #afcb7b;
}
#leftNavBg{
	margin: 3px;
	background-image: url(../images/nav_bg_color.png);
	background-repeat: repeat;
}	
#leftNavArea{
	left: 1px;
	right: 1px;
	border-left: 2px solid #d25f6e;
	border-right: 2px solid #d25f6e;
}

#leftNavMiddle{
	width: 100%;
	top: 44px;
	background-color: #ee96a4;	
}
#blogTag{
	margin-top: 6px;
	text-align: center;
}
#pageContent{
	display: inline-block;
	position: relative;
	left: 138px;
	width: 674px;
	/*bottom: 0px;*/
	background-image: url('../images/itemindex_Wall.gif');
	border-left: 1px solid #afcb7b;
	min-height: 660px;

}
#header{
	width: 670px;
	height: 108px;
	overflow: hidden;
}
#topNav{
	width: 100%;
	height: 17px;
	border-top: 1px solid #afcb7b;	
	border-bottom: 1px solid #afcb7b;
	background-color: #FFFFFF;	
}
#topNavLinks{
	text-align: right;
	margin-right: 59px;
	margin-top: 2px;
}
#theStuff{
	/*padding-top: 10px;*/
}

/* FAVORITES PAGE */
#favoritesContainer{
	margin: 10px;
}
.favoritesItem{
	margin-bottom: 4px;
	margin-top: 2px;
	background-color: rgba(225,225,225,.0);
	padding-bottom: 4px;
}
.favoritesItem:hover{
	background-color: rgba(255, 255, 255, 1);
}
.favoritesHeader{
	margin-bottom: 4px;
	background-color: #AECB79;
	color: #4E673B;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;	
}
.favoritesImage{
	display: inline-block;
	width: 161px;
	height: 200px;
	margin-left: 4px;
	vertical-align: top;
	overflow: hidden; 			
}
.favoritesDescription{
	display: inline-block;
	width: 470px;
	height: 200px;
	font-size: 10px;
	vertical-align: top; 	
}

/* ITEM LEVEL PAGE */
#itemTitle{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 8px;
}
#itemSubtitle{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #4E673B;
	margin-bottom: 15px;
}
#itemDescription{
	float: left;
	width: 225px;
	margin-left: 10px;
}
#itemMainPic{
	float: right;
	width: 420px;
	text-align: center;	
	padding-left: 4px;
	padding-right: 4px;
}
#mainImageCaption{
	font-size: 9px;
	color: black;
	height: 14px;
	margin-top: -4px;
}
#willItFit{
	font-size: 12px;
	margin-bottom: 10px;
}
#itemStatus{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;	
}
#itemThumbnails{
	background-color: rgba(255,255,255,0.8);	
	margin: 4px;
	padding: 4px;
	padding-left: 5px;
}

/* THANKS */
#thanksEmail{
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
#thanksCheckout{
	margin-left: 25px;
	width: 580px;
	text-align: left;	
}
	
/* LINKS */
a {text-decoration: none}

#leftNav a:link {color: white;}
#leftNav a:visited {color: white;}
#leftNav a:hover {color: #990000;}
#leftNav a:active {color: white;}

#topNav a:link {color: #D05864;}
#topNav a:visited {color: #D05864;}
#topNav a:hover {color: #990000;}
#topNav a:active {color: #D05864;}

.bottomNavRow a:link {color: white}
.bottomNavRow a:visited {color: white;}
.bottomNavRow a:hover {color: pink;}
.bottomNavRow {font-family:Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; line-height: normal; font-weight: 100; font-variant: normal; color: pink;}


/* CLASSES */
.nav_text {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.leftNavHeader{
	width: 126px;
	text-align: center;
	margin-bottom: -4px;
}

.leftNavItem{
	width: 126px;
	min-height: 14px;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.leftNavSpacer{
	width: 126px;
	height: 12px;	
}
.bottomNavRow{
	width: 844px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.index_text {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.pinkTextLg{
	color: #CF5864;
	font-size: 13px;	
	font-weight: bold; 
}
.itemBox{
	float: left;
	width: 167px;
	height: 220px;
	text-align: center;
}
.itemBox:hover{
	background-color: rgba(255, 255, 255, 0.8);
	
}
.itemArea{
	margin: 6px;
	margin-top: 10px;
	min-height: 190px;
	padding-top: 10px;
}

.itemArea:hover{
    color: #990000 !important;
} 
.featured{
	/*background-color: #AECB79;*/
	background-color: rgba(174, 203, 121, 1);
}
.featured:hover{
	background-color: rgba(174, 203, 121, 0.9);
}

.thumbnailBox{
	width: 158px;
	height: 158px;
	background-color: rgba(225,225,225,0.6);
	display: inline-block;
	outline: 1px dotted #CCC;  
	overflow: hidden;
	margin-bottom: 2px;
}

.thumbnailBox:hover{
	background-color: rgba(255,255,255,1);
}
.dottedLeft{
	border-left: 1px dotted #9e8e78;
}
.dottedRight{
	border-right: 1px dotted #9e8e78;
}
.dottedBottom{
	border-bottom: 1px dotted #9e8e78;
}
.dottedTop{
	border-top: 1px dotted #9e8e78;
}
.price { 
	font-weight: normal; 
}
.index_text img {
	margin-bottom: 3px;
}
.site_text {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.top_links {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #D05864;
}
.email_box {
	font-size: 7pt;
	font-weight:bold;
	/* color:	color: #D05864;
	background-color: #EE96A4;
	border:1px solid #555555; */
	background-color: #AECB79;
	border: 0;
	color: #4e673b;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.vertSpacer15{
	height: 15px;	
}
.vertSpacer20{
	height: 20px;	
}
.vertSpacer30{
	height: 30px;	
}
/* CONCIERGE ELEMENTS */
#conciergeArea{
	text-align: center;	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.concierge_text .email_box {
	margin-bottom: 7px;
}

.concierge_top {
	margin-bottom: -150px;
}
.concierge_text {
	text-align: left;
	padding: 5px 10px 15px 10px;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	background: #f8f9d9;
}
.concierge_text strong, .concierge_text b {
	color: #4E673B;
}
.clear{
	clear: both;	
}
</pre></body></html>