@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/site/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0;
	font-size: 12px;
}

#container_fade {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html>body #container_fade {
	background-image: url(../images/site/bg_fade.png);
	}

#container2_fade {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html>body #container2_fade {
	background-image: url(../images/site/home/bg_fade.png);
	}


#header {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: 0px;
	background-image: url(../images/site/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
} 

#container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: -100px;
} 


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
	text-align: right;
}
#sidebar2 {
	width: 160px;
	font-size: 10px;
	float: right;
	text-align: center;
}
#mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 156px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #footer {
	font-size: 10px;
	width: 944px;
	left: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 80px;
} 

html>body #footer {
	background-image: url(../images/site/footer_bg.jpg);
	}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

TD.minicart {
font-size: 10px
}

P.minicart {
font-size:10px
}

/* HYPER LINKS */
a:link {
	color: #663399
}

A.menu:link  {
	font-weight: bold;
	text-decoration: none;
	color: #332846;
	text-transform: uppercase;
}
A.menu:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #332846;
	text-transform: uppercase;
}
A.menu:active  {
	font-weight: bold;
	text-decoration: none;
	color: #332846;
	text-transform: uppercase;
}
A.menu:hover  {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
A.menu2:link  {
	font-weight: normal;
	text-decoration: none;
	padding-right: 12px;
	display: compact;
	color: #53412b;
}
A.menu2:visited  {
	font-weight: normal;
	text-decoration: none;
	padding-right: 12px;
	display: compact;
	color: #53412b;
}
A.menu2:active  {
	font-weight: normal;
	text-decoration: none;
	padding-right: 12px;
	display: compact;
	color: #53412b;
}
A.menu2:hover  {
	font-weight: normal;
	text-decoration: underline;
	padding-right: 12px;
	display: compact;
	color: #53412b;
}

td.wax {
	padding: 3px;
	text-align: left;
}td.waxMP {
	padding: 3px;
	text-align: right;
}

/* CART */
.buybutton {
	vertical-align:bottom;
}

SPAN.price, .detailprice, .prodprice {
	color: #0C0;	
}

div.detailname {
	font-weight: bold;
	color: #636;
	font-size: 12px;
	text-transform: uppercase;
}
hr {
	text-align: center;
	width: 80%;
	background-color: #666;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
img.prodimage {
	vertical-align: top;	
	}
	


P.catname {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
text-align: left;
}

P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}

IMG.catimage {
border:0px;
vertical-align:top;
margin-right: 5px;

}

TD.catimage {
	vertical-align:top;
	padding-bottom: 10px;
}

TD.catname {
vertical-align:top;
text-align: left;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

td.detailimage {
	vertical-align: top;
}

td.prodimage	{
	vertical-align: top;
	padding-right: 10px;
}

div.prodname{
	vertical-align: top;
}

IMG.rightspace {
	border:0px;
	float: left;
	margin-right: 7px;
}
td.purple {
	padding: 5px;
	background-color: #FDF2CC;
	border: 1px solid #E9D174;
}
td.red {
	padding: 5px;
	background-color: #C00;
	border: 1px solid #600;
	color: #FFF;
}
h2 {
	font-size: 16px;
}


TABLE.cobtbl
{
}

input,textarea
{
font-size: 11px;
border: 1px solid #c0c0c0;
}
.green {
	color: #0C0;
	font-weight: bold;
}
#home_scent {
	width: 465px;
	float: right;
	padding-right: 22px;
	background-image: url(../images/site/home/scent_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 162px;
	padding-left: 200px;
	padding-top: 120px;
}

.dark {
	color: #000;
	font-weight: bold;
	text-align: center;
}
#home_featuredcharity {
	width: 350px;
	float: left;
	background-image: url(../images/site/home/div_charity_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	padding-left: 100px;
	padding-top: 110px;
}
div.proddiscounts{
color: #FF0000;
font-size: 11px;
}

div.prodid{
font-weight: bold;
}

div.prodname{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Sliding tab panel with css colored tabs */

/* Main Panel parameters - percentage width is not possible */
.SlidingPanels {
	background-color:#E6E9F5;
	position: relative;
	width: 575px;
	padding: 10px;
	border: 1px solid #969696;
	clear: both;
}

/* Main Panel parameters - do not change*/
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Main Panel parameters - percentage width is not possible */
.SlidingPanelsContent {
	float: left;
	width: 575px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}

/* Link properties */
A {
	color:#cc3300;
	text-decoration:none;
}
A:hover {
	text-decoration:none;
}

/* Do not change*/
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* Content parameters */
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #595959;
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}

/* General tab area settings */
.slidingTabPanelWrapper {
	height:26px;
	margin:0px 0 0px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:auto;
	margin:0 4px 0 0px;
}

/* Tab settings */
.tabActive {
background-color: #9FB5FF;
	position:relative;
	font-weight: bold;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	cursor:default;
	outline:none;
		border-top: 1px solid #969696;
border-left: 1px solid #969696;
border-right: 1px solid #969696;
text-align:center;
background-color:#E6E9F5;
border-bottom: solid 1px #E6E9F5;
z-index:1
}
.tab {
background-color:#F89961;
font-weight: bold;
color:#FFFFFF;
	position:relative;
	top:1px;
	display:block;
	width:auto;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	height:22px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	border-top: 1px solid #969696;
border-left: 1px solid #969696;
border-right: 1px solid #969696;
text-align:center;
}

a.tab:link{
background; #FFCC00;
padding-top: 4px;
color:#fff;
font-weight: bold;
text-decoration:none;}

a.tab:hover{
background: #AA3333;
padding-top: 4px;
background-color:#FF7E06;
color:#000;
font-weight: bold;
text-decoration:none;}
#container2_fade h3 {
	color: #F00;
	font-size: 14px;
}
#container2_fade p strong {
	color: #F00;
}
