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

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


/* HEADER: =header
-----------------------------------------------------------------------------------------*/
#header {
	background: none;
	padding-top: 0;
	height: 3em;
}
#checkout #header {
	background-image: none;
}
#header h1 {
	background: none;
	margin: 10px 0;
	text-indent: 0;
}

/* SHOPPING BASKET */
#basket {
	display: none;
}

/* TOP NAV: =top_nav
-----------------------------------------------------------------------------------------*/
#top_nav {
	display: none;
}

/* CONTENT: =content
-----------------------------------------------------------------------------------------*/
#content {
	background: none;
	clear: both;
}
#content .center {
	background: none;
	width: 100%;
}
#content h2 {
	padding-left: 0;
}


/* MAIN: =main
-----------------------------------------------------------------------------------------*/
#main {
	width: 90%;
	float: none;
}
#main p {
	clear: both;
}

.scroll-pane {
	width: 320px;
	float: left;
	height: 1%;
}
.jScrollPaneTrack,
.jScrollArrowUp,
.jScrollArrowDown {
	display: none;
}

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

/* INTRO */
#intro .col1 {
	float: left;
	width: 318px;
}
#intro .col2 {
	float: left;
	background: none;
	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: none;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#main #scent_list {
	background: none;
	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: none;
	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: 609px;
}
#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) */
}
#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: none;
	border: none;
	height: 92px;
	width: 97px;
	overflow: hidden;
}
#scent_nav li.scent_selected a:hover {
	background: none;
}
#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: auto;
}
#clean_air #product_information_wrap,
#gift_baskets #product_information_wrap {
	height: auto;
}
.product_information {
	float: left;
	height: auto;
	padding: 0 0 20px 0;
	margin: 0;
}

#main #product_information_wrap .product_information p {
	padding-right: 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: none;
	clear: 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: none;
	height: auto;
	width: 404px;
}
#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: none;
	height: 40px;
	clear: left;
	width: 404px;
}
.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 36px 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 36px 13px 370px;
}

/* 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 36px 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 36px 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 {
	display: none;
}


/* FOOTER: =footer
-----------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #CCC;
	width: 100%;
}


/* 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
---------------------------------------- */
form.gift_certificate {
	width: 500px;
}
form.gift_certificate {
	font-size: 90%;
}
.cert { padding-left: 15px;}
.cert table,
.cert table th,
.cert table td {
	margin: 0; 
	padding: 0;
}

/* full-width page (e.g. cart, our scents, site map)
---------------------------------------- */
.noside #main {
	width: 95%;
}
.noside #content h2 {
	padding-left: 30px;
}
