/* common */
* {
	margin:0;
	padding:0;
}

body 
{
	font: normal .6875em Arial, Helvetica, sans-serif; /* 11px */
	color: #333;
	height: 100%; /* fixes IE6 background problem */
	background:#fff url(../images/body_bg_at_home.gif) repeat-x top;
}

tr.Row td
{
 padding: 4px 0px 4px 0px;
}

.green, a.green 
{
	color:#669966;
}

.grey, a.grey
{
	color:#999999;
}

.dkgreen
{
	color:#33713D;
}

.dots_horizontal {
	clear: both;
	padding-bottom: 1em;
	margin: .5em 0;
	background: url(../images/dots_horizontal.gif) bottom repeat-x;
	height: 10px;
}
.quote {font-weight: bold; font-size: 110%;}

.by_line {font-style: italic}


.button {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/buttons_at_home.gif) no-repeat; /* buttons sprite */
}
.button.submit_testimonial {
	background-position: 0 0;
	width: 149px; height: 20px;	
}
.button.submit_testimonial:hover {background-position: 0 -50px;}

.button.find_spa {
	background-position: 0 -100px;
	width: 95px; height: 20px;	
	margin-top: .7em;
}
.button.find_spa:hover {background-position: 0 -150px;}

.button.register_below {
	background-position: 0 -200px;
	width: 151px; height: 25px;
}
.button.register_below:hover {background-position: 0 -250px;}

.button.clear_form {
	background-position: 0 -300px;
	width: 95px; height: 20px;
}
.button.clear_form:hover {background-position: 0 -350px;}

.button.return_articles {
	background-position: 0 -400px;
	width: 156px; height: 20px;
}
.button.return_articles:hover {background-position: 0 -450px;}

a.back_to_top {
	font-size: 75%;
	font-weight: normal;
	padding-right: 15px;
	background: url(../images/arrow_up_green.gif) right .4em no-repeat;
	color: #696; /* green */
}

#logo 
{
	
	background: url(../images/logo_green.png) no-repeat;
}


/* need to add page ids to set bg imgs */
body.at_home #body_bg_inner {
	background: #fff url(../images/body_bg_inner_product.jpg) right top no-repeat; /* page bg img goes here */
}

#body_bg_inner 
{
	background:#fff;
}

body.beach #body_bg_inner
{
		background: #fff url(../images/body_bg_inner_beach.jpg) right top no-repeat;
}

body.window #body_bg_inner
{
		background: #fff url(../images/body_bg_product.jpg) right top no-repeat;
}

body.window2 #body_bg_inner
{
		background: #fff url(../images/body_bg_product.jpg) right top no-repeat;
}

body.waterfall #body_bg_inner
{
		background: #fff url(../images/body_bg_inner_waterfall.jpg) right top no-repeat;
}


body.logo #body_bg_inner
{
		background: #fff url(../images/body_bg_inner_logo.jpg) right top no-repeat;
}

/*jss*/
body.celebrityportfolio #body_bg_inner{
	background: #fff url(../images/body_bg_inner_celebrityportfolio.jpg) right top no-repeat;
}
body.celebrityportfolio_details #body_bg_inner{
	background: #fff url(../images/body_bg_inner_celebrityportfoliodetails.jpg) right top no-repeat;
}
body.findaspa #body_bg_inner{
	background: #fff url(../images/body_bg_inner_find_spa.jpg) right top no-repeat;
}


/* top nav */
#top_nav {
	font-size: 91%; /* 10px */
	padding: .4em 0;
	height: 1.9em;
	width: 100%;
	background:#E7EEEB none repeat scroll 0 0;
	border-bottom:1px solid #C2CDC5;
}

#top_nav ul {
	float: right;
	list-style: none;
	margin-top: .3em;
}
#top_nav li {
	float: left;
}
#top_nav li a {
	padding: 0 .7em;
}
#top_nav, #top_nav a {
color:#286832;
}

#top_nav_search {
	float: right;
	margin: 0 12px;
}
#top_nav_search_text {
	border: 0;
	color: #363;
	font-size: 91%;
	width: 15em;
	padding: .2em;
}

#top_nav_search td {
	border: 1px solid #95b095;
	background: #fff;
}

td#top_nav_search_submit {
	border-left: 0;
}

/* top nav at_home */
.at_home #top_nav {
	background: #e7eeeb; /* mint */
	border-bottom: 1px solid #c2cdc5; /* gray */
}
.at_home #top_nav,
.at_home #top_nav a {
	color: #286832; /* green */
}



/* main nav  */

#main_nav {
	background: url(../images/main_nav_at_home.png) left 1px no-repeat;
}

#main_nav_shop a {width: 92px;}

#main_nav_at_home a {width: 92px;}

#main_nav_treatments a {width: 96px;}

#main_nav_recommended a {width: 127px;}

#main_nav_advice a {width: 69px;}

#main_nav_whats_new a {width: 71px;}

#main_nav_testimonials a {width: 105px;}

#main_nav_about a {width: 68px;}







#main_nav_at_home .flyout {width: 48.2em;}

#main_nav_treatments .flyout {width: 29em;}
#main_nav_treatments .flyout .col_2 {border-right: none !important}

#main_nav_advice .flyout {width: 12em;}

#main_nav_whats_new .flyout {width: 20em;}

#main_nav_testimonials .flyout {width: 20em;}

#main_nav_about .flyout {width: 12em;}




/* breadcrumb */
#breadcrumb {
	margin: 0 0 2em 1.5em;
}

#breadcrumb a {
	color: #333;
}

#breadcrumb span.gt {
	margin: 0 1em;
}



/* product desription */
#product_description {
	width: 35em;
	margin: 0 0 3em 2em;
	height:11em;
}
#product_description h1 {
	font-weight: bold;
	color: #537e53; /* green */
	font-size: 1.64em; /* 18px */
}

#product_description #tagline {
	font-style: italic;
	margin-bottom: 2em;
}



/* tabs */
.tabs {
	margin: 6em 1em 1em 1em;
	position:relative;
	z-index:1000;
}

#tabs_list {
	font-size: 1.18em; /* 13px */
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs_list li {
	float: left;
	position: relative;
	margin-right: .3em;
	text-align: center;
	z-index: 1;
}

#tabs_list li.selected {
	top: 1px;
}

#tabs_list a {
	color: #333;
	display: block;
	background: #cacfd1 url(../images/tab_bg_gradient.gif) repeat-x;
	border-left: 1px solid #c3cbcf;
	border-right: 1px solid #c3cbcf;
	padding: .5em 1em;
}

#tabs_list a:hover 
{
	text-decoration:none;
}

#tabs_list .selected a {
	color: #363; /* green */
	background: #fff url(../images/tab_bg_gradient_select.gif) repeat-x;
	border-left: 1px solid #a9b4b7;
	border-right: 1px solid #a9b4b7;
}

#tabs_list .tab_border_top {
	background: url(../images/tab_border_top.gif) repeat-x;
	height: 4px;
	margin: 0 4px;
}

#tabs_list .selected .tab_border_top 
{
	height: 4px;
	font-size:2px;
	background-image: url(../images/tab_border_top_select.gif);
}
#tabs_list .tab_corner_tl {
	position: absolute;
	background: url(../images/tab_corner_tl.png) no-repeat;
	height: 4px;
	width: 4px;
	top: 0;
	left: 0;
}

#tabs_list .selected .tab_corner_tl {
	background-image: url(../images/tab_corner_tl_select.png);
}

#tabs_list .tab_corner_tr {
	position: absolute;
	background: url(../images/tab_corner_tr.png) no-repeat;
	height: 4px;
	width: 4px;
	top: 0;
	right: 0;
}

#tabs_list .select .tab_corner_tr {
	background-image: url(../images/tab_corner_tr_select.png);
}


/*  Need tab widths for IE */
#tabs_list #tab_details {
	width: 6em;
}
#tabs_list #tab_workswellwith {
	width: 11em;
}
#tabs_list #tab_inspa {
	width: 13em;
}


/* tab content */
.tab_wrapper {
	display: block; 
	float: left; 
	width: 60em;
}

.tab_wrapper.hide {display: none;}

.tab_wrapper p {margin-bottom: .8em;}

.tab_content {
	border: 1px solid #999;
	background-color: #fff;
	padding: 2em 1em 2em 1.7em;
	display: block; /* fixes FF3 clearfix problem */
}

.tab_content li 
{
	margin-left:20px;
}
.tab_content h3 {
	background: url(../images/dots_horizontal.gif) bottom repeat-x;
	font-size: 1em;
	padding-bottom: .4em;
	margin-bottom: .4em;
}

.tab_content_inner {
	float: left;
	margin-right: 2.5em;
	width: 27%;
}
.tab_content_inner.last {margin-right: 0;}

.tab_content_inner ul {margin-left: 13px;}

#tab_content_benefits {width: 22em;}

#tab_content_benefits ul {margin-top: 1em;}

#tab_content_usage {width: 14em;}

#tab_content_ingredients {width: 16em;}


#tab_content_links {
	text-align: right;
	margin: 0 .2em 1em 0;
}

#ctl00_mainContent_tab_content_benefits {
	width: 16em;
}

#ctl00_mainContent_tab_content_benefits ul {
	margin-top: 1em;
}

#ctl00_mainContent_tab_content_usage {
	width: 16em;
}

#ctl00_mainContent_tab_content_ingredients {
	width: 16em;
}

#tabs_product_holder {
	border: 1px solid #97b197;
	float: right;
	margin: 0 2em;
	padding: 1em;
	background: #edf4ee;
	position: relative;
	width: 22em;
}

#tabs_product_holder h4 {
	color: #33713d;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .3em;
}

#product_view_more {
	padding-bottom: .4em;
	margin-bottom: 1em;
	background: url(../images/dots_horizontal.gif) center bottom repeat-x;
}

#product_view_more a {
	padding-left: .6em;
	background: url(../images/carat_left_green.gif) left center no-repeat;
	color: #333;
}

#product_holder_description {
	padding: 1em;
	line-height: 1.2em;
}

#product_holder_description img {
	float: left;
	margin: 0 .5em 1em 0;
}

#tab_content_links {
	text-align: right;
	margin: 0 2.5em 1em 0;
}

a.print_link {
	margin-right: 2.5em;
}

a.print_link,
a.email_link {
	font-size: .91em;
	color: #999;
	padding-left: 1.6em;
}

a.print_link {
	background: url(../images/icon_print.gif) left center no-repeat;
}
a.email_link {
	background: url(../images/icon_email.gif) left center no-repeat;
}




a.more.green {
	color: #33713d;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: .5em;
	padding-left: .6em;
	background: url(../images/carat_left_green.gif) left center no-repeat;
}

.product_corner_outter {
	position: absolute;
	width: 6px;
	height: 6px;
}

#product_corner_outter_tl {
	background: url(../images/product_corner_outter_tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}
#product_corner_outter_tr {
	background: url(../images/product_corner_outter_tr.gif) top right no-repeat;
	top: -1px;
	right: -1px;
}
#product_corner_outter_bl {
	background: url(../images/product_corner_outter_bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}
#product_corner_outter_br {
	background: url(../images/product_corner_outter_br.gif) bottom right no-repeat;
	bottom: -1px;
	right: -1px;
}




#tabs_product_holder_inner {
	position: relative;
	border: 1px solid #96b69b;
	background: #fff;
	padd//ing: 0 1em 1em 1em;
}

#product_holder_green_bar {
	color: #fff;
	font-weight: bold;
	font-size: 1.18em; /* 13px */
	background: #546555 url(../images/product_holder_gradient_green.gif) top repeat-x;
	text-align: center;
	padding: .5em;
}

.product_corner_inner {
	position: absolute;
	width: 7px;
	height: 7px;
	
}

#product_corner_inner_tl {
	background: url(../images/product_corner_inner_tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}
#product_corner_inner_tr {
	background: url(../images/product_corner_inner_tr.gif) top right no-repeat;
	top: -1px;
	right: -1px;
}
#product_corner_inner_bl {
	background: url(../images/product_corner_inner_bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}
#product_corner_inner_br {
	background: url(../images/product_corner_inner_br.gif) bottom right no-repeat;
	bottom: -1px;
	right: -1px;
}




/* footer */
#footer {
	font-size: .91em; /* 10px */
	color: #363; /* green */
	border-top: 1px solid #9dada0; /* green */
	clear: both;
	background: #fff url(../images/footer_bg_at_home.gif) top repeat-x;
	padding: 1em 0 0 0;
	width: 100%;
}

#footer a {
	color: #363; /* green */
}

#footer_links {
	width:64em;
	text-align: center;
	float: left;
	line-height: 1.5em;
	margin-left: 1em;
}

#footer_sign_up {
	float: right;
	border: 1px solid #95b095; /* green */
	padding: .5em 0 .5em .5em;
	margin-right: 1em;
	background-color: #fff;
}

#footer_sign_up a {
	padding-right: 25px;
	background: #fff url(../images/top_nav_submit_green.gif) right center no-repeat;
}


/* TABS */
/* 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... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../../img/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #519e2d;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Quick Order CSS */
.greyline
{
	border-bottom:solid 1px #cccccc;
	width:620px;	
}

div.dots 
{
	background:url(../images/line_dot.gif) repeat-x bottom;
	margin:5px 0;
	clear:both;
}

.dots_spa_dets
{
	background:url(../images/line_dot.gif) repeat-x bottom;
	margin:0 0 1.25em 0;
	clear:both;
}

table.products tr td.title { 
	font-size:12px; 
	padding-right:0px; 
	width:400px;
	height:28px;
}

td.cartitem div.dots span 
{
	background-color:#fff;
}

tr.lt td.title span
{
	background-color:#f3f3ee;
	padding-right:3px;
}

tr.drk td.title span
{
	background-color:#ecece7;
	padding-right:3px;
}

table.products tr td.price{ 
	font-weight:bold; 
	font-size:12px; 
	color:#b62516; 
	width:60px;
}

table.products tr td.arrow{ 
	width:25px;
}

table.products tr td.add{ 
	width:82px;
}

table.products tr td.add input{ 
	width:50px;
}

.red_arrow 
{
	background:url(/images/icon_redtriangle.gif) no-repeat;
	background-position:0 3px;
	padding-left:8px;
}

.pulldown 
{
	padding:8px 8px 8px 20px;
}

.pulldown-handle 
{
	cursor:pointer;
}

.hidden 
{
	display:none;
}

h2.red
{
	padding:0; 
	margin:0;
	font-family:Georgia;
	font-size:14px;
	padding-top:8px;
}

div.arrow 
{
	display:inline-block;
	background:url(../images/icon_plus.gif) no-repeat top left;
	padding-left:18px;
}

div.arrowon
{
	display:inline-block;
	background:url(../images/icon_minus.gif) no-repeat top left;
}

div#ProductImage 
{
	position:absolute;
	top:120px;
	left:50em;
	z-index:1;
}


div#TreatmentImage 
{
	position:absolute;
	top:120px;
	left:500px;
	z-index:1;
}

#col_1 p {margin: .8em 0 0 1.5em}

div#tab_becomePevonia_content p 
{
	margin-left:0;
	padding-right:10px;
}

div#TipContainer,
div#ArticlesContainer
{
	margin-top:8px;
}

div#TipContainer .round_inner {
    width:57.9em;
}

div#ArticlesContainer li              { display: list-item }
div#ArticlesContainer table           { display: table }
div#ArticlesContainer tr              { display: table-row }
div#ArticlesContainer thead           { display: table-header-group }
div#ArticlesContainer tbody           { display: table-row-group }
div#ArticlesContainer tfoot           { display: table-footer-group }
div#ArticlesContainer col             { display: table-column }
div#ArticlesContainer colgroup        { display: table-column-group }
div#ArticlesContainer td, th          { display: table-cell }
div#ArticlesContainer caption         { display: table-caption }
div#ArticlesContainer th              { font-weight: bolder; text-align: center }
div#ArticlesContainer caption         { text-align: center }
div#ArticlesContainer body            { margin: 8px }
div#ArticlesContainer h1              { font-size: 2em; margin: .67em 0 }
div#ArticlesContainer h2              { font-size: 1.5em; margin: .75em 0 }
div#ArticlesContainer h3              { font-size: 1.17em; margin: .83em 0 }
div#ArticlesContainer h4, div#ArticlesContainer p,
div#ArticlesContainer blockquote, div#ArticlesContainer ul,
div#ArticlesContainer fieldset, div#ArticlesContainer form,
div#ArticlesContainer ol, div#ArticlesContainer dl, div#ArticlesContainer dir,
div#ArticlesContainer menu            { margin: 1.12em 0 }
div#ArticlesContainer h5              { font-size: .83em; margin: 1.5em 0 }
div#ArticlesContainer h6              { font-size: .75em; margin: 1.67em 0 }
div#ArticlesContainer h1, div#ArticlesContainer h2, div#ArticlesContainer h3, div#ArticlesContainer h4,
div#ArticlesContainer h5, div#ArticlesContainer h6, div#ArticlesContainer b,
div#ArticlesContainer strong          { font-weight: bolder }
div#ArticlesContainer blockquote      { margin-left: 40px; margin-right: 40px }
div#ArticlesContainer i, div#ArticlesContainer cite, div#ArticlesContainer em,
div#ArticlesContainer var, div#ArticlesContainer address    { font-style: italic }
div#ArticlesContainer pre, div#ArticlesContainer tt, div#ArticlesContainer code,
div#ArticlesContainer kbd, div#ArticlesContainer samp       { font-family: monospace }
div#ArticlesContainer pre             { white-space: pre }
div#ArticlesContainer button, div#ArticlesContainer textarea,
div#ArticlesContainer input, div#ArticlesContainer select   { display: inline-block }
div#ArticlesContainer big             { font-size: 1.17em }
div#ArticlesContainer small, div#ArticlesContainer sub, div#ArticlesContainer sup { font-size: .83em }
div#ArticlesContainer sub             { vertical-align: sub }
div#ArticlesContainer sup             { vertical-align: super }
div#ArticlesContainer table           { border-spacing: 2px; }
div#ArticlesContainer thead, div#ArticlesContainer tbody,
div#ArticlesContainer tfoot           { vertical-align: middle }
div#ArticlesContainer td, div#ArticlesContainer th          { vertical-align: inherit }
div#ArticlesContainer s, div#ArticlesContainer strike, div#ArticlesContainer del  { text-decoration: line-through }
div#ArticlesContainer hr              { border: 1px inset }
div#ArticlesContainer ol, div#ArticlesContainer ul, div#ArticlesContainer dir,
div#ArticlesContainer menu, div#ArticlesContainer dd        { margin-left: 40px }
div#ArticlesContainer ol              { list-style-type: decimal }
div#ArticlesContainer ol div#ArticlesContainer ul, div#ArticlesContainer ul div#ArticlesContainer ol,
div#ArticlesContainer ul div#ArticlesContainer ul, div#ArticlesContainer ol div#ArticlesContainer ol    { margin-top: 0; margin-bottom: 0 }
div#ArticlesContainer u, div#ArticlesContainer ins          { text-decoration: underline }



div#ArticlesContainer ul 
{
	
}

div#TipContainer ul 
{
	margin-top:10px;
	margin-left:30px;
	padding-left:10px;
}

div#ModalWindow
{
	position:absolute;
}


/********Paging CSS****************/
.pager { width:100%; text-align:right;margin-top:15px; }


.pager #ctl00_ctl00_MainContent_LeftContent_uiResultsPager1 span 
{ 
	border: 1px solid #888888;
	color: #888888;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

.pager #ctl00_ctl00_MainContent_LeftContent_uiResultsPager1 span.currentPage 
{
	color:#ffffff;
	border:1px solid #888888;	
	padding:4px 6px;
	margin-right:2px;
}


.pager .currentPage
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin-right:2px;
	padding:4px 6px;
}

.pager a:link,
.pager a:visited
{
	text-decoration:underline;
	font-weight:bold;
	padding:3px 6px;
	margin-right:2px;
	
}

/* Category Page */

div.CategoryDetail 
{
	padding:15px;
	position:relative;
}

div.CategoryDetail h2
{
	margin:0;
	padding:0;
}

div.CategoryDetail td div.ProductListItem,
div.SubCategoryList td div.SubCategoryListItem
{
	padding:5px;
	margin-right:3px;
}


div.CategoryDetail td.alt div.ProductListItem,
div.SubCategoryList td.alt div.SubCategoryListItem
{
	
}

div.quicklook 
{
	position:absolute;
	width:452px;
}

div.quicklook div.top 
{
	background:url(/images/quicklook_top.png) left bottom no-repeat;
	height:20px;
	width:452px;
}

div.quicklook div.content 
{
	padding:0px 20px 30px 10px;
	background:url(/images/quicklook_bottom.png) left bottom no-repeat;
}

div.quicklook div.content td 
{
	padding:10px;
}

div.quicklook div.detailbutton 
{
	padding-top:20px;
	text-align:right;
}

div.quicklink a 
{
	color:#000;
}

div.quicklink a:hover 
{
	color:#286832;
	font-weight:bold;
}
/* Media Mention Section */
.mediamention_item 
{
	border:none;
	height:245px;
	width:203px;
	text-align:center;
	padding-top:20px;
	margin-right:10px;
	background:url(/images/mediamention_bg_off.png) no-repeat;
}

div.mediamention_item div.innercontent
{
	height:170px;
	background:url(/images/dots.gif) no-repeat bottom;
}

div.mediamention_item div.bottomcontent
{
	text-align:left;
	margin-left:13px;
}

div.dotSeperator 
{
	position:absolute;
	left:0px;
	width:665px;
	background:url(/images/dots_sm.gif);
	height:3px;
	font-size:1px;
}


/* add body id to set page bg imgs */
body#in_spa_treatment #body_bg_inner {
	background-image: url(../images/body_bg_inner_product.jpg); 
}
body#article_detail #body_bg_inner,
body#whats_new #body_bg_inner {
	background-image: url(../images/body_bg_inner_waterfall.jpg); 
}
body#article_list #body_bg_inner {
	background-image: url(../images/body_bg_inner_beach.jpg);
}



#col_2_nomarg, #spa_col_2{
	float: left;
	width: 26em;
	
}
#spa_col_2{
	padding:0 25px;
}
#spa_col_1{
	width:300px;
	float:right;
}

#spa_col_1 ul{
list-style:none;
margin: 1em 0;
}
#spa_col_1 ul li{
	padding:0 0 .5em 0 ;
}
#spa_col_2 ol{
	list-style:square;
	margin:0 0 0 25px;
}



	#spa_view_carousel{
		margin:25px 0;
	}
	#spa_col_2 #spa_view_carousel{
		margin:0;
		width:286px;
	}


/*jss- celebrity detail image and caption*/
.inline_image{
	float:right;
	display:inline;
	padding:0 0 10px 10px;
}
	.inline_image_caption{
		text-align:center;
		color:#336633;
	}





/* gumballs */
.gumball_holder {position:relative; width: 22em}



.gumball_holder h4, h4 /*jss- celebrity detail title*/{
	color: #33713d; /* green */
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .3em;
}

h3{
	color:#286832;
	margin-bottom: .3em;
	
}

.indent{
	margin-left:1.5em;
}

fieldset{
	border:none;
}

.title_link_wrap{
	width:100%;
	margin-top:0.8em;
}
	.title_left{
		float:left;
	}
	.links_right{
		float:right;
		margin-top: .3em;
		margin-right:15px;
	}


fieldset.findaspa{
background:#e7eeeb;
margin:0 2px;
width:942px;
}

.form_sect_wrap{
	float:left;
	padding:28px 20px 0 20px;
	border-left:2px solid #FFFFFF;
	height:65px;/*93-28*/
}
	fieldset.findaspa label{
		color: #33713d; /* green */
		font-weight: bold;
		font-size: 1em;
		margin-bottom: .3em;
		display:block;
	}
	
	fieldset.findaspa input{
		background:#F8FAF9 none repeat scroll 0 0;
		border:1px solid #93AE93;
		display:inline;
		float:left;
		font-size:9px;
		height:11px;
		padding:0.5em 0 0.5em 0.5em;
	}
	fieldset.findaspa select{
		width:207px;
	}
	
	.btn_find_spas{
		background:url(../images/btn_find_spas.jpg) no-repeat;
		width:86px;
		height:20px;
		display:block;
		border:none;
		float:right;
		cursor:pointer;
	}
	
	.btn_find_another_spa{
		background:url(../images/btn_find_another_spa.jpg) no-repeat;
		width:125px;
		height:20px;
		display:block;
		border:none;
		cursor:pointer;
	}
	
	.wlk_distext{
		display:block;
		visibility:hidden;
	}



/*jss- celebrity detail date*/
h5{
	color: #33713d; /* green */
	font-weight: bold;
	font-size: 1em;
	margin-bottom: .3em;
}

#gumball_border_wrap, #gumball_holder_top{
position: relative;
}

#gumball_holder_inner {
	border-left: 1px solid #97b197;
	border-right: 1px solid #97b197;
	background: #edf4ee; /* green */
	padding: 1em;
	margin: -1px 0;
}

#spa_view_carousel #gumball_holder_inner {
	border-left: 1px solid #97b197;
	border-right: 1px solid #97b197;
	padding: 0;
	margin: -1px 0;
}

#gumball_border_inner{
	border-left: 1px solid #97b197;
	border-right: 1px solid #97b197;
	padding: .25em;
	margin: -1px 0;
	width:57.9em;
}
	#gumball_holder_inner, #gumball_holder_top, #gumball_holder_btm{
		background: #edf4ee; /* green */
	}

#gumball_holder_top, #gumball_border_top  {
	border-top: 1px solid #97b197;
	
	height: 7px;
}
#gumball_holder_top, #gumball_holder_btm{
	margin: 0 8px;
}
#gumball_border_top, #gumball_border_btm{
	margin: 0 7px;
}

#gumball_holder_btm, #gumball_border_btm {
	border-bottom: 1px solid #97b197;
	margin: 0 7px;
	height: 7px;
}

.gumball_holder_corner, .gumball_corner {
	position: absolute;
	width: 7px;
	height: 7px;
}



#gumball_holder_tl, #gumball_border_tl {
	top: 0;
	left: 0;
}
	#gumball_holder_tl{
		background: url(../images/gumball_holder_tl.gif) top left no-repeat;

	}#gumball_border_tl {
		background: url(../images/gumball_border_tl.gif) top left no-repeat;

	}
#gumball_holder_tr, #gumball_border_tr {
	top: 0px;
	right: 0px;
}
	#gumball_holder_tr{
		background: url(../images/gumball_holder_tr.gif) top right no-repeat;

	}#gumball_border_tr {
		background: url(../images/gumball_border_tr.gif) top right no-repeat;

	}
#gumball_holder_bl, #gumball_border_bl {
	bottom: 0px;
	left: 0px;
}
	#gumball_holder_bl{
		background: url(../images/gumball_holder_bl.gif) bottom left no-repeat;

	}
	#gumball_border_bl{
		background: url(../images/gumball_border_bl.gif) bottom left no-repeat;

	}
#gumball_holder_br, #gumball_border_br {
	bottom: 0px;
	right: 0px;
}
	#gumball_holder_br{
		background: url(../images/gumball_holder_br.gif) bottom right no-repeat;

	}#gumball_border_br{
		background: url(../images/gumball_border_br.gif) bottom right no-repeat;
	}

.gumball_tl {
	background: url(../images/gumball_tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}
.gumball_tr {
	background: url(../images/gumball_tr.gif) top right no-repeat;
	top: -1px;
	right: -1px;
}
.gumball_bl {
	background: url(../images/gumball_bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}
.gumball_br {
	background: url(../images/gumball_br.gif) bottom right no-repeat;
	bottom: -1px;
	right: -1px;
}


.gumball {
	position: relative;
	border: 1px solid #96b69b;
	background: #fff;
	margin-top: 1em;
}

.gumball .hdr {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
}

.gumball_hdr {
	color: #fff;
	font-weight: bold;
	font-size: 1.18em; /* 13px */
	background: #546555 url(../images/gumball_hdr_gradient_green.gif) top repeat-x;
	text-align: right;
	padding: .5em 2.3em .5em .5em;
}



.gumball_holder_links {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url(../images/dots_horizontal.gif) center bottom repeat-x;
}

.gumball_holder_links a {
	padding-left: .7em;
	background: url(../images/carat_left_green.gif) left .4em no-repeat;
	color: #333;
	display: block;
	margin: 0 0 .25em .4em;
}

.gumball_content {
	padding: 1em;
	line-height: 1.2em;
}

.gumball_content img {
	float: left;
	margin: 0 .5em 1em 0;
}

.picture_frame_single{
position:relative;
width:258px;
background:url(../images/gumball_car_single_repeat.jpg) repeat-y;
height:190px;
margin:0 0 13px 0;
}

.picture_frame_single .mask 
{
	
	overflow:hidden;
}

.picture_frame_top{
	background:url(../images/gumball_car_single_top.gif) repeat-x;
	position:absolute;
	height:14px;
	top:0;
	width:258px;
}


.picture_frame_inner{
width:244px;
height:180px;
padding:7px;
}

div#spa_view_carousel .picture_frame_inner
{
	height:170px;
}

.picture_frame_inner 
{
	height:180px;
	width:244px;
	overflow:hidden;
}
.picture_frame_inner mask 
{
	width:244px;
	height:180px;
	overflow:hidden;
}

.picture_frame_inner img{
	border:none;
	width:244px;
	display:block;
}

	.picture_frame_tl{
		background:url(../images/gumball_car_single_tl.gif) no-repeat top left;
		top:0;
		left:0;
	}
	.picture_frame_tr{
		background:url(../images/gumball_car_single_tr.gif) no-repeat top right;
		top:0;
		right:0;
	}
	.picture_frame_bl{
		background:url(../images/gumball_car_single_bl.gif) no-repeat bottom left;
		bottom:0;
		left:0;
	}
	.picture_frame_br{
		background:url(../images/gumball_car_single_br.gif) no-repeat bottom right;
		bottom:0;
		right:0;
	}

	.picture_frame_tl, .picture_frame_bl, .picture_frame_tr, .picture_frame_br{
		width:14px;
		height:14px;
		display:block;
		position:absolute;
	}
	
.picture_frame_btm{
	background:url(../images/gumball_car_single_bottom.gif) repeat-x bottom;
	position:absolute;
	height:14px;
	bottom:0;
	width:258px;
}

/* product desription */
#product_description {
	width: 35em;
	height: 14em;
	margin: 0 10em 3em 2em;
	float: left;
}
#product_description h1 {
	font-weight: bold;
	color: #537e53; /* green */
	font-size: 1.64em; /* 18px */
}

#product_description #tagline {
	font-style: italic;
	margin-bottom: 2em;
}

.picture_frame.product {float: left}

a.more_inline {
	color: #33713d;
	font-weight: bold;
	display: inline;
	padding-right: .6em;
	background: url(../images/carat_left_green.gif) right center no-repeat;
}

a.more.right {
	padding-right: .6em;
	background-position: right center;
}

a.back_to_top {
	padding-right: 15px;
	background: url(../images/arrow_up_green.gif) right .4em no-repeat;
	color: #696; /* green */
}

.picture_frame {
	background: url(../images/picture_frame_157x100.gif) left top  no-repeat;
	width: 151px;
	padding: 6px 0 6px 6px;
}

/*jss*/
.picture_frame_carousel_bg {
	background: url(../images/picture_frame_157x100_green.gif) left top  no-repeat;
	width: 151px;
	padding: 6px 0 6px 6px;
}


.picture_frame_carousel_bg .mask 
{
	width: 145px;
	height:98px;
	overflow:hidden;
}

.picture_frame img, .picture_frame_carousel_bg img {
	border: none;
	display: block; 
	width: 145px;/*
	height: 98px;*/
}
.picture_frame_carousel_bg p 
{
	padding-top:4px;
}
.picture_frame.small {
	background: url(../images/picture_frame_111x89.gif) left top  no-repeat;
	width: 103px;
	padding: 8px 0 7px 8px;
}

.picture_frame.small img {
	width: 95px;
	height: 73px;
}

.picture_frame.large {
	background: url(../images/picture_frame_301x227.gif) left top  no-repeat;
	width: 293px;
	padding: 7px 0 7px 8px;
}

.picture_frame.large img {
	width: 285px;
	height: 212px;
}

/* article list */
#article_list #col_1 a {
	color: #63926a; /* green */
	text-decoration: underline;
}
#article_list #col_2 {margin-top: 5em;}

.article_holder {
	clear: both; 
	margin-bottom: 2em
}
#article_list .picture_frame {
	float:left; 
	margin-right: 1em;
}
#article_list .dots_horizontal {margin-bottom: 2em}

#article_list #col_1 a.more {
	float: none; 
	display: inline; 
	margin-left: .5em
}


/* article detail */
#article_detail h2,
#article_list h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#article_detail p {margin-bottom: 1em}
#article_side_bar {
	float: right;
	width: 284px;
	margin: 0 0 0 3em;
	text-align: right;
}
#article_side_bar img {
	display: block; 
	margin: 1em 0 .5em 0;
	border: 1px solid #63926a; /* green */
}
#article_detail p.caption {text-align: center}


.featureHolder 
{
	width:266px;
	height:172px;
}

.featureHolder .pad 
{
	padding:15px 0 0 13px;
}
.featureRollover 
{
	background:url(/images/rollover_feature_bg.gif) no-repeat;
}


/* whats new */
#whats_new #col_1 {width: 80em;}
#whats_new .gumball {width: 20em; margin: 3em 0 0 5em; float: left}

/* Testimonials */

 h1 {
	color: #363;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: .5em;
}

h1.marg_top{
	margin:.5em 0 0 0;
}

#testimonials h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em 0;
	padding-bottom: .7em;
}

#testimonials #col_1 p {margin: .8em 0 0 1.5em;}

#spa_col_1 p {margin: .8em 0 0 0;}

/*jss*/
#col_3 p,
.celebrityportfolio_details #col_1 p{
margin: .8em 0 0 0;
}

#testimonials #col_2 {
	margin-top: 5em;
}

#testimonials .back_to_top {
	float: right;
	font-size: 75%;
	font-weight: normal;
}

.testimonial_holder {margin-top: 2em}
.testimonial_holder .picture_frame {float: left; margin: 0 1em; }

.quote {font-weight: bold; font-size: 110%;}

.by_line {font-style: italic}


/* seminars */
#seminars_list {list-style: none;}
#seminars_list li {
	float: left;
	margin: 2em 2em 0 1em;
}
#seminars_list li a {
	background: url(../images/icon_pdf_11x11.gif) 97% 98%  no-repeat; 
	display: block;
	color: #356795;
	font-weight: bold;
	padding-right: 1.2em;
}
#seminars_list li img {
	margin-bottom: .5em;
}


table.search_results{
width:100%;
}
table.search_results td, table.search_results th{
padding:5px 10px;
}
table.search_results tr.alt{
background:#f1f7f3;
}
table.search_results th{
text-align:left;
}


/* DISTRIBUTOR MAP */

div#GlobalMap 
{
	background:url(/images/global_map_bg.jpg) no-repeat;
	width:753px;
	height:384px;
	position:relative;
}

div#GlobalMap .mappoint 
{
	position:absolute;
	z-index:1;
}

div#GlobalMap .mappoint .icon 
{
	z-index:7000;
}

div#GlobalMap #crosshairs 
{
	position:absolute;
	display:none;
}

div#GlobalMap .content 
{
	position:absolute;
	z-index:8000;
}

div#GlobalMap .content .top
{
	background:url(/images/popup_distributor_top.png) no-repeat top left;
	width:398px;
	height:25px;
}

div#GlobalMap .content .btm 
{
	background:url(/images/popup_distributor_btm.png) no-repeat bottom left;
	width:398px;
	min-height:200px;
}

div#GlobalMap .content .btm .pad 
{
	padding:0 10px 10px 20px;
}

/*===============================================================================================*/
/* start adding styles Radio and tv*/
/*===============================================================================================*/


.results_pagination_wrap{
	margin:0 20px 20px 0;
	line-height:22px;
}
.results_pagination_wrap .title_left{
	font-size:1.2em;
}

.results_pagination_wrap .links_right{
	margin:0;
}

.results_pagination_wrap .label{
	float:left;
	margin-left:20px;
	padding:0 5px 0 0;
	font-weight:700;
}

ol.pagination{
	list-style:none;
	margin:0;
}
ol.pagination li{
	float:left;
	padding:0 5px;
}

.pag_disabled, .pag_disabled a{
	color:#999999;
	text-decoration:none;
}

.pag_current, .pag_current a{
	color:#000000;
	text-decoration:none;
}

.pag_current:before { content: "["; }
.pag_current:after { content: "]"; color:#000000; }

.pag_last:before { content: "…"; }


#global_search{
float:left;
}
.top_nav_search_text {
	border: 0;
	color: #363;
	font-size: 91%;
	width: 15em;
	padding: .2em;
}

#global_search td {
	border: 1px solid #95b095; /* green */
	background: #fff;
}

td.top_nav_search_submit {border-left: 0;}


#gumball_border_top{
		background:#FFFFFF;
}
#gumball_border_inner_results{
	background:#FFFFFF;
	border-left: 1px solid #97b197;
	border-right: 1px solid #97b197;
	width:83.9em;
	padding: 1em;
	margin: -1px 0;
}

#gumball_border_inner_results h3{
	color:#333333;
	margin:0;
}

ul.search_result_items{
list-style:none;
margin:0 2em 2em 2em;

}
ul.search_result_items li{
float:left;
width:17.97em;
text-align:center;
padding:0 1em;
margin:0 0 2em 0;
}

.result_subcategory:before{
	content: " :: ";
}





.result_img_vertical, .result_img_horizontal{
	overflow:hidden;
	position:relative;
	margin:0 auto 10px auto;
}
	.result_img_vertical a img, .result_img_horizontal a img{
		border:none;
	}
	.result_img_horizontal{
		margin-top:22px;
		width:111px;
		height:89px;
			background:url(../images/result_img_bg_repeat.jpg) repeat-y;

	}
	.result_img_vertical{
		height:111px;
		width:89px;
			background:url(../images/result_img_bg_repeat_vert.jpg) repeat-y;

	}

.search_result_items img 
{
	width:130px;
}

.result_img_wrap{
	padding:0 7px;
}
	.result_img_vertical .result_img_wrap{
		width:75px;/*89-14*/
		height:97px;/*111-14*/
	}
		.result_img_vertical .result_img_wrap img{
			width:75px;
		}
	.result_img_horizontal .result_img_wrap{
		height:75px;/*89-14*/
		width:97px;/*111-14*/	
	}
		.result_img_horizontal .result_img_wrap img{
			width:97px;
		}


.result_img_top, .result_img_btm{
	height:14px;
}

.result_img_tl, .result_img_tr, .result_img_bl, .result_img_br{
	width:14px;
	height:14px;
	position:absolute;
}
.result_img_top{
	position:relative;
	top:0;
	left:0;
	background:url(../images/results_top.gif) top repeat-x;
	margin:0 0 -7px 0;
}
	.result_img_tl{
		background:url(../images/results_tl.gif) no-repeat;
		top:0;
		left:0;
	}
	.result_img_tr{
		background:url(../images/results_tr.gif) no-repeat;
		top:0;
		right:0;
	}

.result_img_btm{
	position:relative;
	bottom:7px;
	left:0;
	background:url(../images/results_bottom.gif) bottom repeat-x;
}	
	.result_img_bl{
		background:url(../images/results_bl.gif) no-repeat;
		bottom:0;
		left:0;
	}
	.result_img_br{
		background:url(../images/results_br.gif) no-repeat;
		bottom:0;
		right:0;
	}
	
	
	
/*10-23-2008*/

.tabs{
	clear:both;
	margin:0;
	
}

.quickimage 
{
	border:solid 1px #ddd;
}


.tab_content{
	padding-top:1em;
}

.tab_wrapper{
	width:100%;
}

.tab_wrapper .title_left{
	font-size:1em;
}

.th_alt_bg{
	background:url(../images/tab_th_bg_repeat.jpg) repeat-x top; 
}

a.btn_sort{
	background:url(../images/th_date_bg.jpg) right 4px no-repeat;
	padding:0 15px 0 0;
	text-decoration:none;
	color:#333333;
	
}

.btn_play{
	background:url(../images/btn_play.jpg) no-repeat;
	width:59px;
	height:20px;
	float:right;
}

tr.alt .btn_play{
	background:url(../images/btn_play_alt.jpg) no-repeat;
	width:59px;
	height:20px;
	float:right;
}

#tabs_list #tab_tv{
width:6em;
}
#tabs_list #tab_radio {
width:5em;
}

#gumball_border_inner_results #tab_toggle {
	width:100%;
}

#tab_toggle .results_pagination_wrap{
margin-right:0;
}
#modal_wrap{
/*background:url(../images/modal_audio_bg.png) no-repeat;*/
width:363px;/*477-57-57*/
height:201px;/*255-27-27*/
padding:27px 57px;
position:relative;
}

.btn_close{
	background:url(../images/btn_close_bg.jpg) no-repeat right top;
	position:absolute;
	top:20px; 
	right:25px;
	padding:0 16px 0 0;
	display:block;
	
}

.audio_media_wrap{
margin:40px auto 0 auto;
}

body.radioandtv #body_bg_inner {
	background: #fff url(../images/body_bg_inner_media.jpg) right top no-repeat; 
}


.tabs #gumball_border_tl{
border-left:1px solid #97B197;
background-image:none;
}
.tabs #gumball_border_top{
margin-left:0;
}

#featured_media_wrap{
	width:420px;
	float:left;
}

	#featured_media{
		margin-bottom:1.5em;
	}

#featured_media_list_wrap{
	float:right;
	margin:0 25px;
}

#featured_media_wrap p {margin: .8em 0 0 0;}

.quiet{
	color:#999999;
}

ul.media_hover_items{
margin:0;
list-style:none;
width:423px;
}

ul.media_hover_items li{
	float:left;
	width:141px;
	/*margin:0 0 2em 0;*/
	height:142px;
	padding:10px 0 0 0;
	display:block;
}


	#result_img_wrap a.hover{
		background:url(../images/media_hover_items_bg.jpg) no-repeat;
	}
	
		ul#media_hover li.hover .result_img_tl{
		background:url(../images/results_tl_gr.gif) no-repeat;
		}
		ul#media_hover li.hover .result_img_tr{
			background:url(../images/results_tr_gr.gif) no-repeat;
		}	
		ul#media_hover li.hover .result_img_bl{
			background:url(../images/results_bl_gr.gif) no-repeat;
		}
		ul#media_hover li.hover .result_img_br{
			background:url(../images/results_br_gr.gif) no-repeat;
		}
	
	

	ul.media_hover_items li .result_img_horizontal{
	 margin-top:0;
	 background:url(../images/media_hover_items_horiz.png) no-repeat;
	}
		ul.media_hover_items li .result_img_horizontal .result_img_top, ul.media_hover_items li .result_img_horizontal .result_img_btm{
			background:none;
		}
		ul.media_hover_items li .result_img_horizontal .result_img_wrap{
		overflow:hidden;
		}

	
ul.media_hover_items li p{
	width:97px;
	margin:0 auto;
}

#sitemap .greenbox 
{
	width:181px;
	height:21px;
	background:url(/images/greenbox.gif);
	color:black;
	font-size:15px;	
	font-weight:bold;
	margin-bottom:10px;
	padding-left:10px;
	padding-top:3px;
}

#sitemap td { padding-left:10px;width:215px;vertical-align:top; background:url(/images/verticaldots.gif) right top repeat-y; }
div#sitemap strong { margin-left:15px; font-size:12px; color:#63926a; }
div#sitemap li              { display: list-item; list-style-image: url(/images/arrow_green.gif); }
div#sitemap ul,
div#sitemap ol { margin: 1.12em 0 }
div#sitemap ol, div#sitemap ul { margin-left: 40px }
div#sitemap ul div#sitemap ol,
div#sitemap ul div#sitemap ul, div#sitemap ol div#sitemap ol    { margin-top: 0; margin-bottom: 0 }
        

#news-ticker{
	width:325px;
	height:18px;
	overflow:hidden;	
}
	#news-ticker h4{
		color:#933;
		display:inline;
	}
	#news-ticker div{
		height:18px;
		width:325px;
		
	}
	#news-ticker a 
	{
		font-weight:bold;
	}	
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}

















