/* -- sitewide tags */
a:link, a:visited {
	color: #333;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 16px "Times New Roman", Times, serif;
	color: #333;
	background: url(backgrounds/floral.jpg);
}
h1 {
	margin: 0 auto;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
ul {
	font-style: normal;
}
/* -- structure -- */
#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	border: 1px solid #f8d3d8;
}
#nav ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	font-size: 16px;
	font-style: italic;
}
#header {
	width: 750px;
	height: 137px;
	background: url(backgrounds/header.jpg) no-repeat;
	border-bottom: 1px solid #f8d3d8;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#content {
	padding: 10px;
	min-height: 400px;
	font-style: italic;
	background: #f8f8f0;
}
* html #content {
	height: 400px;
}
#contentFrame {
	padding: 10px 60px;
	background: url(backgrounds/floral-light.jpg);
}
#floralFrame {
	padding: 10px;
	min-height: 400px;
	background: #f8f8f0;
	border: 1px solid #f8d3d8;
}
* html #floralFrame {
	height: 400px;
}
#footer {
	clear: both;
	margin: 20px;
	font-size: 12px;
	font-style: italic;
}
/* -- page-specific selectors -- */
#entry {
	text-align: center;
}
#entry em {
	font-size: 16px;
}
/* -- form classes -- */
.simpleForm div {
	margin: 2px 0;
}
.simpleForm label {
	display: block;
	float: left;
	margin-right: 5px;
	width: 100px;
	font-style: italic;
}
.simpleForm label.block {
	float: none;
	margin-top: 5px;
	margin-right: auto;
	width: auto;
	font-weight: bold;
}
.simpleForm label.noFormat, .simpleForm table.noFormat label {
	display: inline;
	float: none;
	margin-right: auto;
	width: auto;
}
.form-fields {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-fields li {
	display: block;
	margin: .25em 0;
	clear: left;
}
.form-fields label {
	float: left;
	margin-right: .5em;
	width: 10em;
	text-align: right;
}
/* -- image replacement -- */
#hAbout {
	padding: 0;
	width: 173px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/about-us.gif) no-repeat;
}
#hBoutique {
	padding: 0;
	width: 284px;
	height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/boutique.gif) no-repeat;
}
#hContact {
	padding: 0;
	width: 138px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/contact-us.gif) no-repeat;
}
#hEditorials {
	padding: 0;
	width: 173px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/editorials.gif) no-repeat;
}
#hLinks {
	padding: 0;
	width: 239px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/links.gif) no-repeat;
}
#hScrapbook {
	padding: 0;
	width: 168px;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(backgrounds/text/scrapbook.gif) no-repeat;
}
/* -- boutique page -- */
#boutique {
	margin: 0 auto;
	padding: 0;
	height: 414px;
}
#boutique li {
	display: block;
	float: left;
	margin: 1px;
}
#boutique li a {
	display: block;
	width: 143px;
	height: 206px;
	overflow: hidden;
	text-indent: -9999px;
}
#vintageFinds {
	background: url(backgrounds/categories/vintage-finds.jpg) no-repeat;
}
#furniture {
	background: url(backgrounds/categories/furniture.jpg) no-repeat;
}
#pillows {
	background: url(backgrounds/categories/pillows.jpg) no-repeat;
}
#linens {
	background: url(backgrounds/categories/linens.jpg) no-repeat;
}
#shabbyChicAccessories {
	background: url(backgrounds/categories/shabby-chic-accessories.jpg) no-repeat;
}
#lighting {
	background: url(backgrounds/categories/lighting.jpg) no-repeat;
}
#lotionsAndGiftware {
	background: url(backgrounds/categories/lotions-and-giftware.jpg) no-repeat;
}
#art {
	background: url(backgrounds/categories/art.jpg) no-repeat;
}
#mosaicAccessories {
	background: url(backgrounds/categories/mosaic-accessories.jpg) no-repeat;
}
#rugs {
	background: url(backgrounds/categories/rugs.jpg) no-repeat;
}
/* -- products page -- */
#pageNav {
	clear: left;
}
.productThumb {
	float: left;
	margin: 5px;
	width: 170px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}
.productThumb a {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 0 auto;
	height: 128px;
	border: none;
}
/* -- product details page -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#productImages img {
	float: left;
	margin: 5px;
	width: 140px;
	cursor: help;
}
#productImages img:first-child, * html #productImages img {
	width: 300px;
}
#productDetails {
	float: right;
	width: 420px;
	overflow: hidden;
}
#options {
	margin: 10px 0;
}
#options label {
	display: block;
}
/* -- checkout page -- */
#cart {
	width: 100%;
}
#cart td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #333;
}
#cart td ul {
	margin: 0 15px;
	padding: 0;
	text-align: left;
}
#checkoutInfo div {
	clear: left;
	margin: 2px 0;
}
#checkoutInfo label {
	display: block;
	float: left;
	width: 150px;
}
#checkoutInfo table.noFormat label {
	display: inline;
	float: none;
	width: auto;
}
.monetary {
	text-align: right;
}
/* -- favorite links page -- */
#exchange {
	text-align: center;
}
.bannerLink {
	margin: 10px 0;
}
/* -- editorials page -- */
#editorialCovers {
	margin: 0 auto;
}
#editorialCovers td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
#editorialCovers td img {
	border: 0;
}
/* -- scrapbook page -- */
#scrapbook {
	text-align: center;
}
/* -- miscellaneous classes -- */
.clearFloats {
	clear: both;
}
.center {
	text-align: center;
}
.red {
	color: #f00;
}