/* ------------------------------------------- HTML Tag Declarations --------------------------------------- */
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff0f0;
	scrollbar-base-color: #fcc;
	scrollbar-face-color: #fdd;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #fdd;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fdd;
}
fieldset legend {
	color: #000;
	font-weight: bold;
}
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: 148px;
	min-height: 430px;
	_height: 430px;
	background: #fcc url(backgrounds/pink-gradient.jpg) no-repeat;
	border-left: 1px solid #fcc;
	border-right: 1px solid #fcc;
}
div#content {
	position: relative;
	float: right;
	padding: 0 5px;
	width: 599px;
	min-height: 430px;
	_height: 430px;
	font: 12px "Comic Sans MS", Arial, Helvetica, sans-serif;
	background: #fcfcfc url(backgrounds/light-gradient.jpg) bottom repeat-x;
	border-right: 1px solid #fcc;
}
div#content a:link, div#content a:visited {
	color: #f99;
	text-decoration: none;
}
div#footer {
	clear: both;
	padding: 5px 0;
	width: 760px;
	text-align: center;
	color: #ffe9f0;
	background: #000;
}
div#galleryWrapper {
	text-align: center;
}
div#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}
div#productNavigation {
	clear: left;
	margin: 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 {
	_margin-top: 10px;
	padding-left: 10px;
}
div#sslSeal {
	float: right;
	margin-top: 150px;
}
div#thumbs {
	margin: 5px 0;
}
div#thumbs img {
	border: 0;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fef0ef url(backgrounds/pink-bar.gif) repeat-y;
}
h1#banner {
	margin: 0;
	padding: 0;
	height: 66px;
	background: url(backgrounds/banner2.jpg) no-repeat;
}
h1#banner span {
	display: none;
}
img#imgMain {
	height: 190px
}
img#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: help;
}
p#imgDesc {
	height: 30px;
	overflow: auto;
}
ul#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#categories a:link, ul#categories a:visited {
	display: block;
	padding: 5px;
	color: #f99;
	text-decoration: none;
}
ul#categories a:hover, ul#categories a:active {
	background: #fdd;
}
ul#categories li {
	_height: 22px;
	padding: 0;
}
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: #000;
}
ul#navigation a:link, ul#navigation a:visited, div#footer a:link, div#footer a:visited {
	color: #fcc;
	text-decoration: none;
}
ul#navigation a:hover, ul#navigation a:active, div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}
ul#navigation li {
	display: inline;
	padding: 0 2px;
}
/* --------------------------------------- Class Selector Declarations ------------------------------------ */
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;
	_margin: 0 5px 10px 5px;
	width: 185px;
	_width: 182px;
	overflow: hidden;
	height: 165px;
	text-align: center;
}
div.productThumb a {
	text-decoration: none;
}
div.productThumb img {
	display: block;
	margin: 0 auto;
	height: 122px;
}
div.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
img.enlarge {
	margin-right: 10px;
	cursor: help;
}
span.smallLink {
	font-size: 10px;
}
span.wholesaleMsg {
	display: block;
	margin: 5px;
	font-size: 10px;
	color: #000;
}
span.wholesaleMsg a {
	color: #000;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.payment label {
	display: inline;
	float: none;
}