/* anthing that needs a background color set to the page background color */
.page-background {
	background-color: #6699CC;
}

/* The margin/border for a category in the vertial shopping menu */
table.v-menu {
	background-color: #9A34FF;
}

/* for the cell that contains the category name in the vertical shopping menu */
.v-menu-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B7D0F9;
}

/* for the cell that contains the list of sub-categories under a category in the vertical shopping menu */
td.v-menu-sub-categories {
	background-color: #CCE0EB;
}

/* An individual link (i.e. the text itself) within the vertical shopping menu */
.v-menu-entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #CCE0EB;
	text-decoration: none;
}

/* same as v-menu-entry only intended for when the mouse is hovering over the entry */
.v-menu-entry-highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF66;
	cursor: hand;
	text-decoration: underline;
}

/* establishes border color on general info table */
table.general-info
{
	background-color: #9A34FF;
}

/* establishes style of cells in a general info table */
.general-info-interior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #CCE0EB;
}

/* title row in a general info table */
.table-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B7D0F9;
}

/* plain old text */
.descriptive-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
table.stand-out {

	background-color: #9A34FF;
}
.stand-out-interior {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #CCE0EB;
}

/* same as stand-out-interior only with text that looks like descriptive-text */
.descriptive-text-interior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #CCE0EB;
}

/* for the cell that contains the top horizontal menu */
td.h-menu-cell {
	background-color: #6699CC;
}

.h-menu-entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #222222;
	text-decoration: none;

}
.h-menu-entry-highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.wh-menu-entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #440088;
	text-decoration: none;

}
.wh-menu-entry-highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffff99;
	text-decoration: underline;
}

.title-text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

hr.product-spacer
{
	padding: 0px;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
}

span.gift-style 
{
	font-family:Lucidia Caligraphy, Verdana, Arial; 
	font-size: medium; 
	color: #004080;
}

form.no-margin {
	margin: 0px;
	padding: 0px;
}
.no-margin {
	margin: 0px;
	padding: 0px;
}

/* used next to the drop downs on the wholsale package ordering pages */
span.fragrance-error
{
	color: red;
	font-weight: bold;
}

.prompt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000099;
	text-align: right;
}