@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 10px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #555;
	background: #fdf0f7 url(/images/backgrounds/floral-pattern.png);
	}
a:link,
a:visited {
	color: #f9799d;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #faacc2;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: #fdf0f7 url(/images/backgrounds/polka-pattern.png);
	border: 1px solid #faacc2;
	}
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fdf0f7 url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	margin: 0 auto;
	width: 760px;
	line-height: 1.5;
	font-size: 1.4em;
	text-align: center;
	}
#navigation ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 1em 0 0;
	}
#navigation a {
	color: #555;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
	}
#navigation a:hover {
	color: #f9799d;
	}
	
/* -- Side bar -- */
#categories {
	font-size: 1.2em;
	text-align: center;
	background-color: #faacc2;
	}
#categories h2,
#categories p {
	text-indent: -9999px;
	height: 0;
	margin: 0;
	overflow: hidden;
	}
#categories ul {
	margin: 0;
	padding: .5em 0;
	list-style: none;
	text-align: right;
	}
#categories li {
	display: inline;
	}
#categories li a {
	padding: 0 .5em;
	font-weight: bold;
	color: #fff;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .expanded a {
	margin-left: 1em;
	padding: 4px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
	
/* -- Page Content -- */
#content {
	padding: 10px 20px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.4em;
	}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 740px;
	text-align: center;
	line-height: 1.5;
	font-size: 1.2em;
	background-color: #faacc2;
	}
#footer p {
	margin: 0;
	font-size: .8em;
	}
#footer a {
	color: #fff;
	}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
	}
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;
	}

/* -- Category Buttons -- */
#shopping-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#shopping-categories li {
	display: block;
	float: left;
	margin: 21px;
	}
#shopping-categories a {
	display: inline;
	float: left;
	width: 198px;
	height: 112px;
	text-indent: -9999px;
	overflow: hidden;
	}
#tea-sets {
	background-image: url(/images/backgrounds/text/tea-sets.gif);
	}
#antique-vintage-china {
	background-image: url(/images/backgrounds/text/antique-vintage-china.gif);
	}
#shabby-cottage-furniture {
	background-image: url(/images/backgrounds/text/shabby-cottage-furniture.gif);
	}
#cottage-mosaics {
	background-image: url(/images/backgrounds/text/cottage-mosaics.gif);
	}
#cottage-lighting {
	background-image: url(/images/backgrounds/text/cottage-lighting.gif);
	}
#vintage-linens {
	background-image: url(/images/backgrounds/text/vintage-linens.gif);
	}
#designer-dolls {
	background-image: url(/images/backgrounds/text/designer-dolls.gif);
	}
#broken-china-jewelry {
	background-image: url(/images/backgrounds/text/broken-china-jewelry.gif);
	}
#vintage-new-xmas {
	background-image: url(/images/backgrounds/text/vintage-new-xmas.gif);
	}
#pink-a-licious {
	background-image: url(/images/backgrounds/text/pink-a-licious.gif);
	}
#architectural-salvage {
	background-image: url(/images/backgrounds/text/architectural-salvage.gif);
	}
#floral-crafts-supplies {
	background-image: url(/images/backgrounds/text/floral-crafts-supplies.gif);
	}

/* -- Misc. Classes -- */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}