/*-----------------------------------------------------------------------------------------
This style sheet is for screen display (for version 5 browsers and up)

Version: [1.0]
Author: Figrig (Derek P. Collins)
Email: derekpcollins@gmail.com
Website: [http://www.url]
-----------------------------------------------------------------------------------------*/

/*
// colors
default text	4c4c4c
blue divider/border bbd6ff
orange		F29E3D
green 	B7BF98
*/

body {
	background: #b7bf98;
	color: #4c4c4c;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}
.center {
	margin: 0 auto;
	text-align: left;
	width: 827px;
}

/* note that IE7 doesn't recognize BR as block element, and won't clear based
on this br.clear -- may need to convert all these to divs */
br.clear, .clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

img { border-width: 0; }

/* HEADER: =header
-----------------------------------------------------------------------------------------*/
#header {
	background: transparent url(../_i/header_bg4.gif) 50% bottom no-repeat;
	padding-top: 20px;
}
#checkout #header {
	background-image: url(../_i/header_bg_checkout-wide.gif);
}
#header h1 {
	background: url(../_i/wow_logo.gif) 0 0 no-repeat;
	float: left;
	height: 50px;
	margin: 10px 0 0 27px;
	padding: 0;
	text-indent: -2500px;
	width: 211px;
}
#header h1 a {
	border: none;
	float: left;
	height: 50px;
	text-decoration: none;
	width: 211px;
}

/* SHOPPING BASKET */
#basket {
	float: left;
	padding-left: 285px;
}
#basket img {
	padding: 0 6px 0 0;
}
#basket p {
	color: #e08a66;
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#basket p.p_cart {
	margin-top: 0;
}
#basket p.p_signin {
	margin-top: 6px;
}
.aright {
	text-align: right;
}
#basket a.items {
	font-weight: bold;
	color: #e08a66;
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	text-transform: lowercase;
}

#basket ul {
	list-style: none;
	margin: 0 0 12px 21px;
	padding: 0;
}
#basket ul li {
	display: inline;
}
#basket ul li a {
	border-left: 1px solid #e08a66;
	color: #e08a66;
	font-size: 70%;
	margin: 0;
	padding: 0 8px;
	text-decoration: none;
	text-transform: lowercase;
}
#basket ul li a:hover {
	text-decoration: underline;
}
#basket ul li.items a {
	border-left: none;
	font-weight: bold;
}


/* TOP NAV: =top_nav
-----------------------------------------------------------------------------------------*/
#top_nav {
	background: url(../_i/top_nav_bg_right.gif) right top no-repeat;
	float: left;
	padding-left: 270px;
	width: 497px; /* 529 - 14 - 18 */
}
#top_nav ul {
	background: url(../_i/top_nav_bg_left.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 77px;
	list-style: none;
	float: left;
}
#top_nav ul li {
	float: left;
}
#top_nav ul li a {
	background: #f29e3d;
	border-left: 1px solid #fad8b1;
	color: #fff;
	display: block;
	float: left;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	text-align: center;
	text-decoration: none;
}
#top_nav ul li a:hover {
	background: #fc8600;
}
#top_nav ul li.current a {
	background: #e4902d;
}
#top_nav ul li.approach a {
	width: 97px;
}
#top_nav ul li.products a {
	width: 90px;
}
#top_nav ul li.scents a {
	width: 84px;
}
#top_nav ul li.story a {
	border-right: 1px solid #fad8b1;
	width: 77px;
}



/* CONTENT: =content
-----------------------------------------------------------------------------------------*/
#content {
	clear: both;
	background: url(../_i/body_bg2.gif) 50% 0 repeat-y;
	padding: 0;
}
#content .center {
	background: transparent url(../_i/center_bg6.gif) 0 0 no-repeat;
	width: 827px;
	margin: 0 auto;
	text-align: left;
}

#content h2 {
	color: #6499bb;
	margin: 0;
	padding: 21px 0 11px 161px;
	font-size: 110%;
	font-weight: normal;
}
#content a {
	color: #6499bb;
}
#content a:hover {
	color: #f4a94c;
}
	


/* MAIN: =main
-----------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 666px;
}
#main p {
	font-size: 75%;
	line-height: 1.4em;
	margin: 0 16px 13px 16px;
	padding-right: 120px;
}
#main h3 {
	color: #4c4c4c;
	font-size: 90%;
	font-weight: normal;
	margin: 0 16px 2px 16px;
	padding: 0;
}
#main h4 {
	color: #4c4c4c;
	font-size: 80%;
	margin: 0 16px 2px 16px;
	padding: 0;
}
#main h5 {
	color: #4c4c4c;
	font-size: 80%;
	margin: 0 16px 2px 16px;
	padding: 0;
}
#main blockquote {
	color: #4c4c4c;
	font-size: 75%;
	line-height: 1.4em;
	font-style: italic;
}
#main ul,
#main ol {
	font-size: 75%;
	line-height: 1.4em;
	padding-right: 120px;
}
#main ul ul,
#main ul ol,
#main ol ol,
#main ol ul,
#main ul ul ul,
#main ol ol ol,
#main li p {
	font-size: 100%; /* to avoid multiplying percents and tiny fonts */
}
#main dl {
	font-size: 75%;
	line-height: 1.4em;
	margin: 0 16px 20px 16px;
	padding-right: 120px;
}
#main dl dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
#main dl dd {
	margin: 0;
	padding: 0;
}

/* Tealights, main page
-------------------------------- */
body.tealights ul.product_list {
	float: left;
	list-style: none;
}
body.tealights ul.product_list li {
	float: left;
	list-style: none;
	width: 230px;
	min-height: 90px;
	padding: 10px 40px 25px 0;
	margin: 0;
}
body.tealights ul.product_list li#tealights2,
body.tealights ul.product_list li#tealights4,
body.tealights ul.product_list li#tealights6,
body.tealights ul.product_list li#tealights8,
body.tealights ul.product_list li#tealights10,
body.tealights ul.product_list li#tealights12,
body.tealights ul.product_list li#tealights14 {
	padding-right: 0;
}
body.tealights ul.product_list li img {
	float: left;
	margin-right: 10px;
}
body.tealights #main ul.product_list li p {
	margin: 0;
	padding-left: 72px;
	padding-right: 0;
}

/* Aromatherapy, main page
-------------------------------- */

/* INTRO */
#intro .col1 {
	float: left;
	width: 318px;
}
#intro .col2 {
	float: left;
	background: url(../_i/intro_bg.gif) top left no-repeat;
	width: 282px;
	height: 208px;
}
#intro .col2 p {
	font-size: 75%;
	line-height: 1.4em;
	margin: 20px 20px 0 20px;
	padding: 0;
}

/* SCENT LIST */
#main #scent_list_wrap {
	float: left;
	background: url(../_i/content_wrap_bg.gif) 300px 0 no-repeat;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#main #scent_list {
	background: url(../_i/content_bg.gif) 0 300px repeat-y;
	float: left;
	/*margin-bottom: 20px;*/
}
#main #scent_list .col1 {
	float: left;
	width: 300px;
}
#main #scent_list .col2 {
	float: left;
	width: 300px;
}
#main #scent_list p {
	margin: 0;
	padding: 0 0 5px 10px;
}
#main #scent_list h3 {
	margin: 0;
	padding: 0 0 3px 10px;
}
#main #scent_list .col2 p,
#main #scent_list .col2 h3 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 36px;	
}
#main #scent_list ul {
	border-top: 1px solid #bbd6ff;
	list-style: none;
	margin: 0 16px 36px 0;
	padding: 0;
}
#main #scent_list ul li {
	border-bottom: 1px solid #bbd6ff;
	margin: 0;
	padding: 4px 0 10px 0;
}
#main #scent_list ul li img {
	float: left;
	padding: 0 17px 0 6px;
}
#main #scent_list ul li h5 {
	margin: 0;
	padding: 0;
}
#main #scent_list ul li h5 a {
	color: #6499bb;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
#main #scent_list ul li h5 a:hover {
	color: #f4a94c;
}
#main #scent_list ul li p {
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 10px 73px;
	padding: 0 0 10px 0;
}
#main #scent_list .col2 ul li p {
	margin-left: 98px;
}
#main #scent_list .col2 ul {
	margin-left: 36px;
}


/* SUB PAGE: =sub_page
-----------------------------------------------------------------------------------------*/
/* TOP */
#top {
	width: 497px;
	height: 298px;
	position: relative;
}
#main #top ul {
	margin: 0;
	padding: 0;
	width: 497px;
	height: 22px;
	list-style: none;
}
#top a {
	text-decoration: none;
}
ul.product_list a {
	font-weight: bold;
}
#top a .hotspot {
	position: absolute;
}
#top a .note {
	position: absolute;
	background: #94b0c1;
	bottom: -1.9em;
	color: #fff;
}
#top a:hover .hotspot {
	border: 1px solid red;
}
#top a:hover .note {
	background: #768d9a;
}
#top a:hover {
	border: none; /* fixes IE/Win problem targeting stuff nested in a:hover  */
	cursor: pointer;
}

#top #clean_air1 a .hotspot {
	width: 105px;
	height: 130px;
	top: 145px;
	left: 15px;
}
#top #clean_air2 a .hotspot {
	width: 112px;
	height: 117px;
	top: 100px;
	left: 95px;
}
#top #clean_air3 a .hotspot {
	width: 195px;
	height: 155px;
	top: 45px;
	left: 295px;
}
#top #clean_air4 a .hotspot {
	width: 90px;
	height: 110px;
	top: 90px;
	left: 195px;
}
/* .note widths add up to about 500  */
#top #clean_air1 a .note {
	border-right: 1px solid #77aeff;
	left: 1px;
	text-align: center;
	width: 119px;
	padding: 3px 0;
}
#top #clean_air2 a .note {
	border-right: 1px solid #77aeff;
	text-align: center;
	left: 120px;
	width: 114px;
	padding: 3px 0;
}
#top #clean_air3 a .note {
	border-right: 1px solid #77aeff;
	left: 235px;
	text-align: center;
	width: 114px;
	padding: 3px 0;
}
#top #clean_air4 a .note {
	left: 350px;
	text-align: center;
	width: 147px;
	padding: 3px 0;
}


/* SUB NAV */
#sub_nav {
	background: #94b0c1;
	border-right: 1px solid #77aeff;
	border-left: 1px solid #77aeff;
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	float: left;
	width: 477px; /* 497 - 2 - 18 */
}
#sub_nav li {
	float: left;
	margin: 0;
	padding: 2px 0;
}
#sub_nav li a {
	border-right: 1px solid #77aeff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 3px 10px;
	font-size: 70%;
	text-decoration: none;
}
#sub_nav li a:hover,
#sub_nav li.current a {
	background: #768d9a;
}

/* BOTTOM */
#bottom {
	background: url(../_i/bottom_bg.gif) bottom left no-repeat;
	width: 497px;
	padding-top: 20px;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
#bottom h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 11px 28px 6px 28px;
}
#bottom p {
	font-size: 75%;
	line-height: 1.4em;
	margin: 0 28px 13px 28px;
	padding: 0;
}



/* PRODUCT SELECTION */
#product_selection p {
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
#product_selection p .scent {
	color: #595d49;
}

/* SCENT_NAV */
#scent_nav,
#scent_nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#scent_nav {
	margin: 0 0 17px 0;
	width: 658px; /* was 609px w/ 10 size icons on aroma blends */
}
#scent_nav a {
	background: #fff;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	display: block;
	height: 86px;
	text-align: center;
/*	width: 63px;  good for single_scents w/ 8 size options (8x63 = 504 + 8 = 512px) */
	width: 55px; /* good for single_scents w/ 9 size options (9x55 = 495 + 9 = 504px) */
}
#scent_nav.blend a {
	width: 50px; /* good for blends w/ 10 size options (10x50 = 500 + 10 = 514px) */
}
#scent_nav a:hover,
#scent_nav li.current a {
	background: #d7e5ed
}
#scent_nav a img {
	border: none;
}
#scent_nav li {
	float: left;
}
#scent_nav li ul {
	height: auto;
	left: -999em;
	margin: -4px 0 0 0;
	position: absolute;
	width: 63px;
}
#scent_nav li:hover ul,
#scent_nav li.sfhover ul {
	left: auto;
}
#scent_nav li.scent_selected a {
	background: url(../_i/scent_selection_bg.gif) top left no-repeat;
	border: none;
	height: 92px;
	width: 97px;
	overflow: hidden;
}
#scent_nav li.scent_selected a:hover {
	background: url(../_i/scent_selection_bg.gif) top left no-repeat;
}
#scent_nav li.scent_selected a img {
	margin: 0;
	padding: 7px 0 0 0;
}
#scent_nav li.scent_selected ul li a {
	background: #fff;
	border-top: none;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #333;
	font-size: 90%;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 3px 0;
	text-decoration: none;
	width: 95px;
	w\idth: 92px;
}
#scent_nav li.scent_selected ul li a:hover {
	background: #d7e5ed;
}

/* PRODUCTION INFORMATION */
#product_information_wrap { /* to reduce vertical movement of show/hide actions */
	height: 255px; /* 214 + 40 + 1 (top border) */
}
#clean_air #product_information_wrap,
#gift_baskets #product_information_wrap {
	height: auto;
}
.product_information {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
}
.product_information form {
	margin: 0;
	padding: 0;
}
/* IMAGE */
.product_information .image {
	float: left;
	height: 214px;
	width: 203px;
	border-top: 1px solid #c8cab2;
	border-left: 1px solid #c8cab2;
	border-right: 1px solid #c8cab2;
	vertical-align: baseline;
	background: #dddddd;
	text-align: center;
}

.product_information .image img {
	margin: 0;
	padding: 0;
	text-align: center;
}
#product_information_wrap p,
#main .product_information p,
#main .product_information ul,
#main .product_information ol {
	padding-right: 5px;
}

/* SELECT */
.product_information .select {
	background: url(../_i/form_select_bg.gif) top left no-repeat;
	float: left;
	height: 40px;
	width: 205px;
	font-size: 75%;
	padding-top: 8px;
}
.product_information .select select {
	margin: 7px 0 0 3px;
	padding: 0;
}
.product_information .select input {
	margin: 0;
	padding: 0;
	width: 20px;
}

/* DESCRIPTION */
#main .product_information .description {
	background: url(../_i/product_desc_bg2.gif) top right no-repeat;
	height: 215px;
	float: left;
	width: 454px; /* up from 404 */
}
#main .product_information .description h3 {
	color: #7ba8c5;
	font-size: 80%;
	font-weight: normal;
	margin: 24px 0 0 14px;
	padding: 0;
}
#main .product_information .description h4 {
	color: #7ba8c5;
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 14px;
	padding: 0;
}

/* ADD */
.product_information .add {
	background: url(../_i/add_bg2.gif) top right no-repeat;
	height: 40px;
	float: left;
	width: 454px; /* up from 404 */
}
.product_information .add .add_button {
	margin: 7px 0 0 11px;
	padding: 0;
}



/* HOME PAGE: =home
-----------------------------------------------------------------------------------------*/
#home #content .center {
	background: url(../media/home_page/home_page_bg.jpg) 0 0 no-repeat;
}

#home #content ul#tiles {
	float: right;
	list-style: none;
	margin: 0;
	padding: 55px 86px 10px 0;
}
#home #content ul#tiles li {
	float: left;
	margin-right: 5px;
}
#home #content ul#tiles li a img {
	border: none;
}
#home #content p {
	font-size: 75%;
	line-height: 1.4em;
	margin: 0 86px 13px 370px;
}

/* CATEGORY TILES (home page only) - note low-source lte IE6 uses on/off .gif in source */
#categories {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 800px; /* image is 582x81px */
	height: 150px;
	background: transparent url(../_i/products-off.png) no-repeat right 56px;
}
#categories ul {
	position: absolute;
	list-style: none;
	top: 0;
	left: 218px; /* 800 - 582 */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px; /* image is 81px */
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#categories .fake-hover {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px; /* image is 81px */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../_i/products-on.png) no-repeat right 56px;
}
#categories ul li { float: left; margin: 56px 0 0 0; padding: 0; width: 83px; height: 81px; }
#categories ul li a { display: block; height: 81px; margin: 0; padding: 0; } /* match margin-top to img bg position */
#categories ul li#category3,
#categories ul li#category6,
#categories ul li#category9 { width: 84px; }

/* WHATS NEW */
#home #content #whats_new {
	background: url(../media/home_page/whats_new_bg.jpg) top left no-repeat;
	margin: -30px 0 39px 92px;
	height: 171px;
}
#home #content #whats_new h2 {
	border-bottom: 1px solid #7e8da4;
	margin: 0 86px 0 107px;
	padding: 61px 0 0 90px;
}
#home #content #whats_new h3 {
	margin: 0 0 0 197px;
	padding: 0;
	font-size: 70%;
}
#home #content #whats_new p {
	margin: 12px 86px 0 278px;
	padding: 0;
}

/* SPECIAL */
#home #content ul#special {
	border-top: 1px solid #7e8da4;
	float: left;
	list-style: none;
	margin-left: 92px;
	padding: 21px 0 20px 0;
}
#home #content ul#special li {
	float: left;
}
#home #content ul#special li#one {
	padding-right: 25px;
	width: 244px;
}
#home #content ul#special li#two {
	padding-right: 25px;
	width: 244px;
}
#home #content ul#special li#three {
	width: 110px;
}
#home #content ul#special li img {
	float: left;
	margin-right: 6px;
}
#home #content ul#special li h4 {
	font-size: 70%;
	margin: 0 0 10px 0;
	padding: 0;
}
#home #content ul#special li p {
	font-size: 70%;
	margin: 0;
	padding: 0;
}



/* SIDE: =side
-----------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 147px;
}
/* for coupons/ announcements in sidebar */
#side h4 { 
	padding: 0 12px 0 27px;
	margin: 13px 0 0 0;
	font-size: 80%;
}
#side p { 
	padding: 0 12px 0 27px;
	margin: 0 0 13px 0;
	font-size: 75%;
}

#side ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 17px;
}
#side ul li {
	margin: 0;
	padding: 0 0 10px 0;
}
#side ul li a {
	display: block;
	padding: 0 0 0 10px;
}
#side ul li.current a {
	background: url(../_i/side_nav_bullet.gif) 0 3px no-repeat;
}

#side ul li a {
	color: #6499bb;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}
#side ul li a:hover {
	background: url(../_i/side_nav_bullet_hover.gif) 0 3px no-repeat;
	color: #f4a94c;
}



/* FOOTER: =footer
-----------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #92997a;
	padding: 9px 0;
	text-align: center;
	width: 827px;
	margin-bottom: 5em;
}
#footer p,
#home #content #footer p {
	color: #595d49;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #595d49;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* PAGE: OUR SCENTS
-----------------------------------------------------------------------------------------*/
#our_scents {
	margin: 0;
	padding: 0;
}
#our_scents ul.single_scents {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#our_scents ul.single_scents li {
	float: left;
	text-align: center;
	width: 130px;
	height: 260px;
	padding: 3px;
	font-size: 100%;
	margin: 0;
}
#our_scents ul.single_scents li p,
#our_scents ul.single_scents li p a {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Thickbox (jQuery) */
.single_scents a.thickbox img {
	padding: 0;
}


/* MISC: =general
-----------------------------------------------------------------------------------------*/
img.righty {
	float: right;
	margin: 0 0 12px 14px;
}

/* MISC: =product_templates
-----------------------------------------------------------------------------------------*/
.scent_col1,
ul.scent_col1 {
	float: left;
	width: 280px;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}
.scent_col2,
ul.scent_col2 {
	float: left;
	width: 280px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.scent_col1 li,
ul.scent_col2 li {
	margin: 0;
	padding: 0;
}

.productGraphic {
	float: left;
	padding: 0 10px 10px 0;
}


/* Thickbox (jQuery) */
a.thickbox img {
	padding: 4px;
	margin-right: 8px;
	border: 1px solid #CCC;
}

#main .text1-contents,
#main .text2-contents,
#main .text3-contents {
	padding-left: 18px;
}


/* OUR PRODUCTS - main page */

#main #product_sections {
  	float: left;
  	width: 425px;
  	padding: 10px 0;
  	}
#main #product_sections dl {
  	float: left;
  	width: 405px; /* harmless fix for IE/Mac */
  	margin: 10px 20px 10px 0;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#main #product_sections dt {
  	float: right;
  	width: 305px; /* width - DL r/l margins - image width; 400 - 20 - (78 + 8 + 8) = 280 */
  	margin: 0;
  	padding: 0;
  	font-size: 120%;
	}
#main #product_sections dd {
  	margin: 0 0 0 98px; /* img width + img/descrip padding, borders, and margin; 78 + 20 */
  	padding: 0;
  	}
#main #product_sections dl dd.img {
   	margin: 0;
   	}
#main #product_sections dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
   	border: none;
  	}

/* reverse float */

#main #product_sections .alt dt {
  	float: left;
  	}
#main #product_sections .alt dd {
  	margin: 0 98px 0 0;
  	}
#main #product_sections .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}



/*
7/3/07 change log
global: changed #product_information to .product_information

7/5/07 added text-align: center to .product_information .select

7/12/07 add OUr PRODUCTS styels per Cedarholm
*/

.product_information .select {
	text-align: center;
}

/* gift cert
---------------------------------------- */
#gc-body {
	width: 500px;
	border: 1px solid #B7BF98;
}
body#giftcert h3 {
	color: #e4902d;
	margin-top: 8px;	
	margin-bottom: 16px;	
}
#gc-body h4 {
	background: #dddfd2;
	margin: 0;
	padding: 4px 0 4px 20px;
}
#gc-body ul {
	padding-right: 80px;
}
form.gift_certificate {
	width: 500px;
}
.cert { padding-left: 15px;}
.cert table,
.cert table th,
.cert table td {
	margin: 0; 
	padding: 0;
}
.cert table td {
	font-family: arial, sans-serif;
	font-size: 85%;
	line-height: 1.4em;
}
.gc-buttons {
	display: block;
	margin-left: 0;
	padding: 10px;
	background: #B7BF98;
}

/* full-width page (e.g. cart, our scents, site map)
---------------------------------------- */
.noside #main {
	width: 782px; /* 666 (main) + 131 (no side) */
}
.noside#cart #main {
	width: 747px; /* keeps it more center given right float */
}
.noside #content h2 {
	padding-left: 65px;
}
.noside#cart #content h2 {
	padding-left: 80px;
}
.noside #main .col1 {
	float: left;
	width: 50%;
}
.noside #main .col2 {
	float: left;
	width: 43%;
}
.noside #main .col1 p, .noside #main .col2 p,
.noside #main .col1 ul, .noside #main .col2 ul,
.noside #main .col1 li, .noside #main .col2 li,
.noside #main .col1 dl, .noside #main .col2 dl,
.noside #main .col1 dl dt, .noside #main .col2 dl dt,
.noside #main .col1 dl dd, .noside #main .col2 dl dd {
	padding-right: 15px;
}

/*-----------------------------------------------------------------------------------------
SCENT MENU
TABS NAV
added 6/6/08
-----------------------------------------------------------------------------------------*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* SCENT MENU */
#scent_menu,
#scent_menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#main #scent_menu,
#main #scent_menu ul {
	padding: 0;
}
#scent_menu a {
	background: #fff;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	display: block;
	height: 86px;
	text-align: center;
}
#scent_menu.blend a {
	width: 50px; /* good for blends w/ 10 size options (10x50 = 500 + 10 = 514px) */
}
#scent_menu a:hover {
	background: #d7e5ed;
}
#scent_nav a img {
	border: none;
}
#scent_menu li {
	float: left;
}
#scent_menu li ul {
	height: auto;
	left: -999em;
	margin: -4px 0 0 0;
	position: absolute;
	width: 92px;
}
#scent_menu li:hover ul,
#scent_menu li.sfhover ul {
	left: auto;
}
#scent_menu li.scent_selected a {
	background: url(../../_i/scent_selection_bg.gif) top left no-repeat;
	border: none;
	height: 92px;
	width: 97px;
	overflow: hidden;
}
#scent_menu li.scent_selected a:hover {
	background: url(../../_i/scent_selection_bg.gif) top left no-repeat;
}
#scent_menu li.scent_selected a img {
	margin: 0;
	padding: 7px 0 0 0;
}
#scent_menu li.scent_selected ul li a {
	background: #fff;
	border-top: none;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #333;
	font-size: 90%;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 3px 0;
	text-decoration: none;
}
#scent_menu li.scent_selected ul li a:hover {
	background: #d7e5ed;
}
#scent_menu p {
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
#scent_menu p .scent {
	color: #595d49;
}

/* TABS NAV */
.tabs-nav  {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 17px 0;
/*	width: 658px;   was 609px w/ 10 size icons on aroma blends -- MUST REMOVE FROM SCREEN.CSS */
}
#main ul.tabs-nav {
	padding-right: 0;
}
.tabs-nav li {
	float: left;
}
.tabs-nav a {
	background: #fff;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	display: block;
	height: 86px;
	text-align: center;
	width: 63px; /* default, good for up to 8 size options (8x63 = 504 + 8 = 512px) */
}
.tabs-nav.non_scents a,
.tabs-nav.single_scent a {
	width: 55px; /* good for single_scents w/ 9 size options (9x55 = 495 + 9 = 504px) */
}
.tabs-nav.blend a {
/*	width: 50px; good for blends w/ 10 size options (10x50 = 500 + 10 = 514px) */
	width: 47px; /* good for blends w/ 11 size options (11x45 = 495 + 10 = 505px) */
}
.tabs-nav a:hover,
.tabs-nav li.tabs-selected a {
	background: #d7e5ed
}
.tabs-nav a img {
	border: none;
}
body.productTabs #product_information_wrap {
	float: left;
	height: 382px; /* 88 (tabs) + 17 (space) + 255 (info box) + 22 (space) */
}

/* boxes w/ rounded corner
------------------------------------ */
.tile {
	float: left;
	width: 640px;
	background: transparent url(/_i/tile_bg640.gif) no-repeat left top;
	position:relative;
	padding:10px 10px 0 10px;
	margin-top:10px;
	overflow: hidden;
}
#customerreg .tile,
#customerreg .tile_footer {
	margin-left: 20px;
}
.tile_footer {
	clear: both;
	background: #FFF url(/_i/tile__footer_bg640.gif) no-repeat left top;
	width: 640px;
	height: 30px;
}
.tile div {
	margin-right:20px;
}


#zipform {
	width: 150px;
	padding: 7px 7px 7px 12px;
	margin-left: 15px;
	background: #bbd6ff;
	
}
#zipform p {
	margin: 0;
	padding: 0;
}