/* ------------------------------------------- HTML Tag Declarations --------------------------------------- */
a:link, a:visited {
	color: #79765a;
}
a:hover, a:active {
	color: #79765a;
}
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 12px times new roman;
	color: #999998;
	background: #ccc url(/images/back.jpg);
}
h1 {
	margin-top: 0;
	font-size: 24px;
}
h2 {
	margin-top: 0;
	font-size: 18px;
}
table tr td {
	padding: 2px 5px;
	vertical-align: top;
}
table tr td label {
	display: block;
	text-align: right;
}
/* ------------------------------------------ ID Selector Declarations ------------------------------------- */
div#addCart {
	clear: left;
}
div#categoryWrapper {
	float: left;
	width: 170px;
	min-height: 400px;
	background: #fae997;
}
* html div#categoryWrapper {
	height: 400px;
}
div#content {
	position: relative;
	float: left;
	padding: 10px;
	width: 570px;
	min-height: 380px;
	background: #fff;
}
* html div#content {
	height: 380px;
}
div#content.no-sidebar,
div#contentServices {
	position: relative;
	float: left;
	padding: 10px;
	width: 740px;
	min-height: 380px;
	background: #fff;
}
div#contentServices {
	background: #fae997
}
* html div#contentServices {
	height: 380px;
}
div#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
color: #000;
	background: #e3d596;
	border-top: 2px solid #fff;
}
div#galleryWrapper {
	text-align: center;
}
div#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}
div#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}
div#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;
}
div#productNavigation {
	clear: left;
	padding: 5px 0;
	text-align: right;
}
div#productPrice span.strike {
	text-decoration: line-through;
}
div#productPrice span.sale {
	color: #f00;
}
div#productStock {
	margin: 5px 0;
}
div#products {
	padding-left: 10px;
}
div#options {
	margin: 10px 0;
}
div#options label {
	display: block;
	margin-top: 5px;
}
div#divRecommended {
	clear: left;
	margin-top: 10px;
}
div#thumbs {
	margin: 5px 0;
}
div#thumbs img {
	border: 0;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fae997 url(backgrounds/wrapper.gif);
	border: 2px solid #fff;
}
h1#banner {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #fff url(/images/banner-dark.gif) no-repeat;
}
h1#banner span {
	display: none;
}
img#imgMain {
	height: 190px;
	cursor: help;
}
img#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: help;
}
p#imgDesc {
	height: 30px;
	overflow: auto;
}
ul#categories {
	margin: 10px;
	padding: 0;
	list-style: none;
}
ul#categories li {
	display: block;
	font-size: 1.2em;
}
* html ul#categories li {
	border: 1px solid #fae997;
}
ul#categories li a {
	display: block;
	padding: 5px 3px;
	text-decoration: none;
}
ul#categories li a:hover {
	background: #ead987;
}
ul#categories ul {
	display: none;
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
ul#categories li.selected ul {
	display: list-item;
}
ul#categories ul li {
	margin: 0;
	padding: 0;
}
ul#navigation {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	list-style: none;
	background: #e3d596;
	border-width: 2px 0;
	border-style: solid;
	border-color: #fff;
}
ul#navigation li {
	display: inline;
	padding: 0 5px;
}
ul#navigation li a:link, ul#navigation li a:visited {
	text-decoration: none;
white-space: nowrap;
}
ul#navigation li a:hover {
	text-decoration: underline;
}
#contactInfo {
	float: right;
	width: 200px;
}
/* -- Favorite Links Page -- */
#xChangeInfo {
	margin-bottom: 10px;
	padding: 10px;
	background: #f9fbef;
	border: 1px solid #efebe0;
}

/* -- 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;
}
/* -- Home Page -- */
#entryWrapper {
	margin: 0 auto;
	padding: 5px;
	width: 760px;
	background: #fae997;
	border: 1px solid #79765a;
}
#entryContent {
	padding: 5px;
	border: 1px solid #79765a;
}
#entryImage {
	margin: 10px 0 10px 0;
}
#entryLinks {
	margin: 0 10px 10px;
	text-align: right;
}
#entryLinks img {
	margin-right: 10px;
}
#entryContent a {
	color: #79765a;
	text-decoration: none;
}
#entryContent a img {
	border: none;
}
/* -- Boutique Entry Page -- */
#boutiqueWrapper {
	text-align: center;
}

/* --------------------------------------- Class Selector Declarations ------------------------------------ */
/* -- Form Classes -- */
.blockForm div {
	margin: 2px 0;
}
.blockForm label {
	display: block;
}

div.bannerLink {
	margin: 10px 0;
}
div.newsPost {
	clear: left;
	padding: 10px 0;
}
div.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
}
div.newsTitle {
	font: 18px "Times New Roman", Times, serif;
	font-weight: bold;
}
div.post {
	margin: 10px 0;
}
div.authorName {
	font-weight: bold;
}
div.productThumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 175px;
	overflow: hidden;
	height: 175px;
	_width: 170px;
	text-align: center;
}
div.productThumb a {
	text-decoration: none;
}
div.productThumb img {
	display: block;
	margin: 0 auto;
}
div#productDetails {
font-size: 1.4em;
}
div.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
img.enlarge {
	cursor: help;
}
span.smallLink {
	font-size: 10px;
}
span.wholesaleMsg {
	display: block;
	margin: 5px;
	font-size: 10px;
	color: #f00;
}
.alignRight {
	text-align: right;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.payment label {
	display: inline;
	float: none;
}
.moreInfo {
	cursor: help;
}
.strike {
	text-decoration: line-through;
}

.form-fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-fields li {
	margin: .25em 0;
	line-height: 1.5;
}

.form-fields label {
	display: block;
	float: left;
	margin-right: 1em;
	width: 10em;
	text-align: right;}

.form-fields .non-key-value label {
	display: inline;
	float: none;
	width: auto;}

.form-fields .large-input {
	margin-top: 1em;
}

.form-fields .large-input label {
	float: none;
	margin-right: 0;
	width: auto;
	text-align: left;
}

.inline-label {
	float: left;
	width: 9em;
}

.order-review td {
	padding: 5px;
	vertical-align: top;
}

.account-option {
	clear: none;
	float: left;
	margin: 0 1% 1em 0;
	width: 44%;
	line-height: 1.4;
	overflow: hidden;
}

.account-option p {
	margin: 0;
}

.account-option ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-option li {
	margin: .25em 0;
}

.account-option ol label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	font-weight: bold;
}
