/* -- HTML Tag Declarations -- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #7282a6;
	background: #fff;
}
a:link {
	text-decoration: none;
	color: #7282a6;
}
a:visited {
	text-decoration: none;
	color: #92a2c6;
}
a:hover {
	text-decoration: underline;
}
a[href^="mailto:"]:after {
	content: "\2709 ";
}
h1, h2, h3 {
	color: #92a2c6;
}
h1 {
	margin-top: 0;
	font-size: 1.6em;
}
h2 {
	margin-top: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #92a2c6;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
}
blockquote {
	font-style: italic;
}

/* -- Site Structure-- */
#wrapper {
position: relative;
	margin: 10px auto;
	width: 762px;
	text-align: left;
	font-size: 1.2em;
}
#banner h1 {
	margin: 0;
	padding: 0;
	height: 100px;
	background: url(/include/backgrounds/banner.png) no-repeat;
}
#banner h1 span {
	display: none;
}
#navigation {
	margin: 0;
	padding: 0;
	display: block;
	height: 2.2em;
	text-align: center;
	list-style: none;
	font-size: 11px;
	background: #fff;
	border-width: 0 1px 0;
	border-style: solid;
	border-color: #92a2c6;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 0.5em;
	color: #92a2c6;
	border-width: 0 1px 0;
	border-style: solid;
	border-color: #fff;
}
#navigation a:hover {
	text-decoration: none;
	color: #92a2c6;
	background: url(/include/backgrounds/highlight.png) left bottom repeat-x;
	border-width: 0 1px 0;
	border-style: solid;
	border-color: #fff;
}
#navigation abbr {
	border-bottom: none;
}
#navigation li {
	float: left;
}
#categoryWrapper {
	float: left;
	margin-right: 1em;
	width: 150px;
	background: url(/include/backgrounds/transparent-white.png);
	border: 1px solid #92a2c6;
}
* html #categoryWrapper {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#categoryWrapper h1 {
	margin: 0 5px;
	border-bottom: none;
}
* html #categoryWrapper h1 {
	color: #7282a6;
}
#categoryWrapper p {
	margin: 1em 0.3em;
}
#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
#categories a {
	display: block;
	padding: 0.4em;
	font-weight: normal;
}
* html #categories a {
	height: 1em;
}
#categories a:link, #categories a:visited {
	text-decoration: none;
	color: #92a2c6;
}
* html #categories a:link, *html #categories a:visited {
	color: #7282a6;
}
#categories a:hover {
	color: #526286;
}
* html #categories a:hover {
	color: #324266;
}
#categories ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
#categories li.selected ul {
	display: list-item;
}
#categories ul li {
	margin: 0;
	padding: 0;
}
#search-box {
	position: absolute;
	top: 20px;
	right: 0;
}
#content {
	position: relative;
	padding: 10px;
	min-height: 375px;
	background: #fff;
	border: 1px solid #92a2c6;
}
* html #content {
	height: 375px;
}
#home-page #content {
	padding: 0;
}
#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
#content a {
	font-weight: bold;
}
#footer {
	clear: both;
	padding: 6px 0;
	text-align: center;
	font-size: .9em;
	color: #fff;
	background: #92a2c6;
}
#footer a:link, #footer a:visited {
	color: #fff;
}

/* -- Home Page -- */
#editable-content {
	padding: 0 1em 1em;
	text-align: center;
}
#newsletterSignup {
	position: absolute;
	top: 400px;
	left: 0;
	width: 762px;
	text-align: center;
}
#newsletterSignup h2 {
	margin-bottom: 0;
	color: #fff;
	border-width: 0;
	text-shadow: 2px 2px 3px #555;
}

/* -- Photo Gallery -- */
#galleryWrapper {
	text-align: center;
}
#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}
#imgMain {
	height: 250px;
	cursor: pointer;
}
#thumbs {
	margin: 5px 0;
}
#thumbs img {
	height: 100px;
	border: 0;
}

/* -- Boutique Page -- */
.category {
	clear: both;
	margin-bottom: 10px;
	background: #e2e7ef;
}
* html .category {
	height: 1px;
}
.category h2 {
	position: relative;
	top: 10px;
	left: 0;
	border-bottom: none;
}
.category img {
	float: left;
	margin-right: 15px;
	border: none;
}
.category ul {
	position: relative;
	top: 0;
	left: 10px;
	margin-bottom: 0;
}
.category:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.alt-row {
	padding-left: 10px;
	background: #f7eaed;
}
.alt-row img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

/* -- Products Page -- */
#productPrice span.strike {
	text-decoration: line-through;
}
#productPrice span.sale {
	color: #f00;
}
#productStock {
	margin: 5px 0;
}
#products {
	padding-left: 10px;
}
#options {
	margin: 10px 0;
}
#options label {
	display: block;
	margin-top: 5px;
}
.productThumb {
	float: left;
	margin: 0 5px 10px 0;
	width: 175px;
	_width: 173px;
	overflow: hidden;
	height: 190px;
	text-align: center;
}
.productThumb a:link, .productThumb a:visited, .productThumb a:hover {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 0 auto;
}
#divRecommended {
	clear: left;
	margin-top: 10px;
}
.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
#productNavigation {
	clear: left;
	padding: 5px 0;
	text-align: right;
}
#productNavigationTop {
	padding: 5px 0;
	text-align: right;
}
.enlarge {
	cursor: pointer;
}

/* -- Product Details -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#productImages img:first-child, * html div#productImages img {
	margin-bottom: 10px;
	width: 300px;
}
div[id=productImages] img {
	float: left;
	margin: 0 5px 10px 0;
	width: 145px;
}
#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
#imgDesc {
	height: 30px;
	overflow: auto;
}
/* -- Favorite Links Page -- */
.bannerLink {
	margin: 10px 0;
}

/* -- News/Events Page -- */
.newsPost {
	clear: left;
	padding: 10px 0;
}
.newsPost h2 {
	margin-bottom: 0;
}
.newsPost img {
	float: left;
	margin: 5px 5px 0 0;
	border: 1px solid #92a2c6;
}
.newsPost .newsTitle {
	border-bottom: none;
}
.newsDate {
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

/* -- Guestbook -- */
.post {
	margin: 10px 0;
	padding: 0.5em;
	background: url(backgrounds/transparent-white.png);
}
* html .post {
	background: #fff;
}
.authorName {
	font-weight: bold;
}

/* -- Wholesale Messages -- */
.wsLogOut:link, .wsLogOut:visited, .wsLogOut:hover {
	display: block;
	margin-bottom: 1em;
	text-align: center;
	font-size: 10px;
	color: #50674a !important;
}
.wholesaleMsg {
	display: block;
	margin: 5px;
	text-align: center;
	font-size: 10px;
	color: #50674a;
}

/* -- Checkout Page -- */
#cart {
	width: 100%;
}
#cart tr {
	margin: 0.5em 0;
}
#cart td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	background: url(/include/backgrounds/transparent-white.png);
	border: 1px solid #92a2c6;
}
* html #cart td {
	background: #fcfcff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#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;
}
.payment label {
	display: inline;
	float: none;
}

#payPalForm {
position: relative;
top: -160px;
margin: 0 auto;
width:742px;
text-align: left;
}

/* -- Form Styles -- */
input[type=text] {
	border: 1px solid #92a2c6;
}
input[type=text]:focus {
	background: #f3f3ff;
}
* html input {
	background: #fcfcff;
	border: 1px solid #92a2c6;
}
textarea {
	background: #fcfcff;
	border: 1px solid #92a2c6;
}
textarea:focus {
	background: #f3f3ff;
}
.blockForm div {
	margin: 2px 0;
}
.blockForm label {
	display: block;
}

/* -- Constant Contact Form -- */
#constantContact {
	margin: 1em 0.5em 0;
	padding: 3px;
	text-align: center;
	background: #fddcd5;
}
#constantContact p {
	margin: 0 0 0.5em;
	padding: 0.2em;
	background: #feece8;
}
#constantContact form {
	margin: 0;
	padding: 0;
}

/* -- Image Replacement -- */
#header-welcome {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-1.gif) no-repeat;
}
#header-boutique {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-2.gif) no-repeat;
}
#header-about {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-3.gif) no-repeat;
}
#header-news {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-4.gif) no-repeat;
}
#header-links {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-5.gif) no-repeat;
}
#header-guestbook {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-6.gif) no-repeat;
}
#header-inspiration {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-7.gif) no-repeat;
}
#header-policies {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-8.gif) no-repeat;
}
#header-contact {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-9.gif) no-repeat;
}
#header-thank-you {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-10.gif) no-repeat;
}
#header-empty-cart {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-11.gif) no-repeat;
}
#header-checkout {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-12.gif) no-repeat;
}
#header-payment {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-13.gif) no-repeat;
}
#header-announcements {
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/header-14.gif) no-repeat;
}

#vintage-treasures {
	width: 341px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/vintage-estate-treasures.png);
}
#porcelain {
	width: 418px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/porcelain.png);
}
#rose-paintings {
	width: 356px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/rose-paintings.png);
}
#broken-beauties {
	width: 250px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/headers/broken-beauties.png);
}

/* -- Miscellaneous Classes -- */
.smallLink {
	font: 0.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.error {
	color: #f00;
	font-weight: bold;
}
.success {
	color: #090;
	font-weight: bold;
	}
.noMargin {
	margin: 0;
	padding: 0;
}
.moreInfo {
	cursor: pointer;
}
.strike {
	text-decoration: line-through;
}
.sold-out {
	color: #f00;
}
