/* ------------------------------------------- HTML Tag Declarations --------------------------------------- */
a:link, a:visited {
	color:#F88EB2;
	text-decoration: none;
}
a:hover {
	color:#F88EB2;
	text-decoration: underline;
}

body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 12px Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #fffcfd url(/images/back1.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: 150px;
	min-height: 400px;
	color:#F88EB2;
	background: #FDD9DB;
	

}
* html div#categoryWrapper {
	height: 400px;
}
div#content {
	position: relative;
	float: left;
	padding: 10px;
	width: 590px;
	min-height: 380px;
	background: #FEFAFB;
}
* html div#content {
	height: 380px;
}
div#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
	color: #F88EB2;
	background: #FFEEE7;
}
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;
	color:#F88EB2;
	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;
	color:#F88EB2;
	background:url(backgrounds/wrapper.jpg);
	border: 1px solid #FFA1C9;
}
h1#banner {
	margin: 0;
	padding: 0;
	height: 120px;
	background: #ffede8 url(/images/banner.jpg);
	
}
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 a:link, ul#categories a:visited {
		text-decoration: none;
	
		
}
ul#categories a:hover, ul#categories a:active {
	

}
ul#categories li {
	padding: 5px 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: #FFEEE7;
}
ul#navigation li {
	display: inline;
	padding: 0 2px;
}
/* -- 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;
}
/* --------------------------------------- Class Selector Declarations ------------------------------------ */
div.bannerLink {
	margin: 10px 0;
}
div.newsPost {
	clear: left;
	padding: 10px 0;
	color:#F88EB2;
}
div.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
	
}
div.newsTitle {
	font: 18px "Times New Roman", Times, serif;
	color:#F88EB2;
	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;
	color: #F88EB2
}
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;
}
.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;
}