/* ------------------------------------------- HTML Tag Declarations --------------------------------------- */
a:link {
	color: #333;
}
a:visited {
	color: #999;
}
a:hover {
	color: #000;
}
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 12px "Verdana Ref", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fdeeee url(backgrounds/pink-stripe.gif);
}
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;
}
table tr td label.noFormat {
	display: inline;
	text-align: left;
}
/* ------------------------------------------ ID Selector Declarations ------------------------------------- */
div#addCart {
	clear: left;
}
div#categoryWrapper {
	float: left;
	width: 150px;
	height: 400px;
	background: #FBDFDF;
}
div#content {
	margin: 10px 0;
	padding: 30px;
	min-height: 350px;
	background: #ccc url(backgrounds/floral-back.gif);
	border: 1px solid #ccc;
}
* html #content {
	height: 350px;
}
div#insideContent {
	min-height: 490px;
	background: #fdeeee;
}
* html #insideContent {
	height: 490px;
}
div#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;
	background: #FBDFDF;
	border: 1px solid #ccc;
}
div#galleryWrapper {
	text-align: center;
}
div#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}
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#thumbs {
	margin: 5px 0;
}
div#thumbs img {
	border: 0;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
div#xChangeInfo {
	padding: 10px;
	background: #fefafa;
	border: 1px solid #ffdede;
}
div#xChangeInfo p {
	margin-top: 0;
}
h1#banner {
	margin: 0;
	padding: 0;
	height: 100px;
	background: #FBDFDF url(backgrounds/banner.gif) no-repeat;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}
h1#banner.addBorder {
	border-width: 1px;
}
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#navigation {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	list-style: none;
	background: #fdeeee;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
}
ul#navigation a:link, ul#navigation a:visited, div#footer a:link, div#footer a:visited {
	color: #999;
	text-decoration: none;
	white-space: nowrap;
}
ul#navigation a:hover, div#footer a:hover {
	color: #fbb;
}
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;
	width: 180px;
	overflow: hidden;
	height: 180px;
	text-align: center;
}
div.productThumb a {
	text-decoration: none;
}
div.productThumb img {
	display: block;
	margin: 0 auto;
}
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;
}
.addPadding {
	padding: 10px;
}
.centerText {
	text-align: center;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.payment label {
	display: inline;
	float: none;
}