/***** Main Contents Start *****/
#topHeader {
    z-index: 1;
    position: absolute;
    height: 830px;
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#wrapper {
    z-index: 2;
    position: relative;
    /* top: -736px; */
}

#footer {
    z-index: 2;
    /* position: relative; */
    /* top: -736px; */
    position:relative;
    top:0;
}

#whats-my-regimen ul {
    position: relative;
    margin: 10px 20px;
    overflow: hidden;
}

#whats-my-regimen .also-recommend li div {
    position: static;
    float: left;
    line-height: 1.5em;
    margin: 0px 0px 0px 10px;
    min-height: 0px;
    text-align: left;
    width: 155px;
}

#speed-mapping-title .share-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#speed-mapping-title .email-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#speed-mapping-title .print-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#professional-care li div {
    display: inline;
    line-height: 16px;
    position: absolute;
    width: 240px;
}

#professional-care a {
    font-weight: bold;
    padding: 0px 0px 0px 3px;
    text-transform: lowercase;
}

#professional-care li {
    height: 32px;
    margin: 18px 0px 0px 0px;
}

#contact .hd {
    background-position: -414px 0;
    width: 182px;
}

#general-question .hd, #contact .hd {
    background:transparent url(../images/backgrounds/contact_us_boxes.png) no-repeat scroll 0 0;
}

#press .press-submit input {
    background: transparent url(../images/backgrounds/about_us_press_elements.png) no-repeat scroll 0 -40px;
    border: medium none;
    color: #9FA2A7;
    cursor: pointer;
    height: 31px;
    position: relative;
    text-indent: -9000px;
    text-transform: lowercase;
    top: -5px;
    width: 74px;
}

#month-press .quote h4 {
    color: #2B333A;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 30px;
    margin-top: -6px;
}

#month-press .quote span {
    color: #979DA3;
    font-size: 1.3em;
}

#month-press .quote blockquote {
    font-size: 1.2em;
    text-transform: none;
}

#popup-container {
    background-color: transparent;
    margin: 0 auto;
    text-align:left;
    width: 575px;
}

#popup-wrapper {
    display: none;
    height: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
    top: 100px;
}

#whats-my-regimen .also-recommend li {
    margin-bottom: 30px;
    text-align: left;
    width: 49%;
}

#what-we-do p {
    margin: 4px auto;
}

#what-we-do a {
    font-size: 12px;
}

#what-we-do td.description {
    padding: 0px 10px 0px 13px;
    width: 53%;
}


/*
#popup-wrapper {screen.css (line 3211)
    display:none;
    height:0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:10;
}
*/

/*
#popup-wrapper {
    position: absolute;
    top: 50%
    left: 50%;
    width: 575px;
    height: 368px;
    margin: -100px 0 0 -300px;
}*/
/*
#wrap {
    position:absolute;
    top:50%;
    left:50%;
    width: 600px;
    height: 80px;
    overflow: hidden;
    margin:-40px 0 0 -300px;
}*/
/***** Main Contents End *****/

/***** BLOG Start *****/
#recent-entries li,
#recent-posts-2 li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#categories li,
#categories-2 li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#search-news li,
#search-2 li {
    font-weight: bold;
    margin: 5px 0px 0px 12px;
    /* width: 118px; */
	float:left;
}

#archive li,
#archives-2 li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#search-news input,
#search-2 input {
    width: 120px;
	float:left;
}

#search-news ul,
#search-2 ul {
    margin: -10px 0px 0px 0px;
}

#search h4,
#search-2 h4 {
    font-weight: bold;
    margin: -10px 0px 0px 12px;
    padding: 12px 0;
    width: 210px;
}

#archive h4,
#archives-2 h4 {
    font-weight: bold;
    margin: -10px 0px 0px 12px;
    padding: 12px 0;
    width: 210px;
}

/***** BLOG End *****/

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-color: #C5C5C5;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color: #C5C5C5;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
/* End Calendar */

/*===================[ News Authors-Avatar ]===================*/
.multiwidget_author_avatars .author-list {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}
.multiwidget_author_avatars .author-list .user {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 0.2em;
	display: inline;
}
.multiwidget_author_avatars .author-list .with-name {
	display: inline;
	padding: 0.2em;
}
.multiwidget_author_avatars .author-list .user .name {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	padding: 0.2em;
	display: inline;
}
.shortcode-author-avatars .author-list {
	float: left;
	width: 100%;
	padding-bottom: 1.5em;
}

.shortcode-author-avatars div.author-list .user {
	display: block;
	float: left;
	padding: 0.2em;
	text-align: center;
}
.shortcode-author-avatars div.author-list .user .name {
	display: inline;
	font-size: .85em;
}

.shortcode-author-avatars ul.author-list {
	list-style: none;
	margin: 0;
}

.shortcode-author-avatars ul.author-list .avatar,
.shortcode-author-avatars ol.author-list .avatar {
	float: left;
	clear: left;
	margin-right: .25em;
}
/* Tabs */
.aa-tabs {
}
.aa-tabs .ui-tabs-nav {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
.aa-tabs .ui-tabs-nav li {
	float: left;
	border-bottom: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
	list-style: none;
}
.aa-tabs .ui-tabs-nav li a {
	display:block;
	text-decoration: none;
	padding: .3em 1em;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	color: #2583AD;
	background-color:#CEE1EF;
}
.aa-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: .1em;
	border-bottom: 0;
	font-weight: bold;
}
.aa-tabs .ui-tabs-nav li.ui-tabs-selected a{
	background-color: white;
	color:#333333;
}
.aa-tabs .ui-tabs-nav li.ui-tabs-disabled,
.aa-tabs .ui-tabs-nav li.ui-state-disabled {
	display: none !important;
}

.aa-tabs .ui-tabs-panel {
	clear: left;
	padding: 1em 1.4em;
	display: block;
	border: 0;
	margin: 0;
	background-color: white;
	height: 300px;
	overflow: auto;
}
.aa-tabs .ui-tabs-hide {
	display: none !important;
}

/* Columns */
.aa-columns {
	position: relative;
	display: block;
	width: 100%;
}
.aa-columns .column-left,
.aa-columns .column-right {
	float: left;
	width: 48%;
	min-height: 260px;

}
.aa-columns .column-left {
	padding-right: 1%;
	border-right: 1px solid #ddd;
}
.aa-columns .column-right {
	padding-left: 2%;
}

/* form */
.aa-form-error {
	background-color: #FFB6B6;
}

/* widget*/
.aa-widget-control-panel h5{
	font-size: 1.3em;
	margin: 0 0 .5em 0;
}
.aa-widget-control-panel {
	background-color: white;
	padding: 1em;
}
.aa-widget-control-panel .aa-colums {
	margin-bottom: 1.3em;
}

/* Resizable
----------------------------------*/
.avatar_size_preview .ui-resizable { position: relative;}
.avatar_size_preview .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; background-color:#F2F2F2; border: 1px solid #808080;}
.avatar_size_preview .ui-resizable-disabled .ui-resizable-handle,
.avatar_size_preview .ui-resizable-autohide .ui-resizable-handle { display: none;}
.avatar_size_preview .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.avatar_size_preview .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.avatar_size_preview .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.avatar_size_preview .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.avatar_size_preview .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: -5px; bottom: -5px; }
.avatar_size_preview .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.avatar_size_preview .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.avatar_size_preview .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* initially hide everything (shortcode wizard)*/
.fields_type_authoravatars,
.fields_type_show_avatar {
	display: none;
}

/* Clearfix */
.aa-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .aa-clearfix {height: 1%;} /* IE6 */ 
*:first-child+html .aa-clearfix {min-height: 1px;} /* IE7 */


/* DERMALOGICA CREATIVE DEPARTMENT CSS */

#article_content { width:670px; margin-top:25px; }

#article_content img { float:left; margin-right:15px; }

#article_content h5 { margin-top:40px; }

#article_footer { width:670px; clear:both; }

.article_module { width:330px; float:left; }

#dc_content { width: 984px; }

.dc_feature { width: 984px; height: 350px; margin: 0 0 15px 0; }

.dc_bucket {
	width: 308px;
	padding: 10px;
	float: left;
}

.dc_bucket img {
	margin-right: 5px;
	float: left;
}

#dc_footer {
	width: 984px;
	clear: both;
}

/* Anti-Diversion Policy Page */

#anti_diversion {
width: 1000px;
height: auto;
}

#anti_diversion_copy {
width: 670px;
height: auto;
padding-right: 20px;
float: left;
}

#anti_diversion_product {
width: 310px;
height: 440px;
padding-top: 25px;
float: right;
}

/* Close Anti-Diversion Policy Page */


/* Promotions Page */

#promotions_container {
width: 984px;
height: 555px;
background: #ffffff url(http://www.dermalogica.com/promotions/meet_dermalogica/images/background_promotions.jpg) no-repeat;
color: #6a737b;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 1.1em;
font-weight: 101;
line-height: 1.5em;
margin-left: auto;
margin-right: auto;
margin-top: -35px;
}

#promotions_header {
width: 984px;
margin-bottom: 5px;
}

#promotions_content {
width: 984px;
height: 340px;
}

#promotions_module1 {
width: 387px;
height: 340px;
padding: 0 45px 0 60px;
float: left;
margin: 0px;
}

#promotions_module2 {
width: 432px;
height: 340px;
padding: 0 60px 0 0;
float: left;
text-align: right;
margin: 0px;
}

#promotions_footer {
width: 984px;
height: 115px;
clear: both;
}

#promotions_module1 ul {
list-style-type: none;
padding: 0px;
margin: 25px 0 0 0;
font-size: 1.2em;
}

#promotions_module1 li {
background-image: url(http://www.dermalogica.com/promotions/meet_dermalogica/images/bullet_arrow.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding: 0 0 0 14px;
margin: 0 0 7px 0;
}

#promotions_container a:link {
color: #5793d6;
text-decoration: none;
}

#promotions_container a:visited {
color: #5793d6;
text-decoration: none;
}

#promotions_container a:hover {
color: #5793d6;
text-decoration: underline;
}

#promotions_container a:active {
color: #5793d6;
text-decoration: none;
}


img.entrust {
width: 65px;
margin: 15px 60px 0 0;
float: right;
}

/* START FITE */

#fite_container {
	width: 984px;
	background: no-repeat;
	color: #6a737b;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: 101;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

#fite_container p {
	font-size: 14px;
	line-height: 1.5em;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #6A737B;
	margin-bottom:-10px;
}

#fite_container img { 
	border:none;
}

#fite_container a {
	color: #7AC043;
	text-decoration: none;
}

#fite_container a:visited {
	color: #7AC043;
}

#fite_container a:hover {
	color: #7AC043;
	text-decoration: underline;
}

#fite_container a:active {
	color: #7AC043;
	text-decoration: underline;
}

#fite_header {
	background-image: url(http://www.dermalogica.com/fite/images/FITE_Header_v3.jpg);
	margin: 0 22px 40px 22px;
	width: 940px;
	height: 349px;
}

#fite_header_video {
	float: left;
	margin: 0 0 0 -1px;
}

/* --- RUNDOWN - Set of 3 boxes below the header that give statistics --- */

#fite_rundown {
	width: 960px;
	height: 136px;
	position: relative;
	left: -10px;
	top: 30px;
	/*margin: 0 12px 40px 12px;*/
}

#rundown_box_1, #rundown_box_2, #rundown_box_3 {
	width: 300px;
	height: 136px;
	float: left;
	margin: 0 10px 0 10px;
}

#rundown_box_1 {
	background-image:url(http://www.dermalogica.com/fite/images/rundown4.png);
}

#rundown_box_2 {
	background-image:url(http://www.dermalogica.com/fite/images/rundown2.png);
}

#rundown_box_3 {
	background-image:url(http://www.dermalogica.com/fite/images/rundown1.png);
}

/* --- /RUNDOWN --- */

/* --- SECTION - Separate areas of text to help explain about FITE --- */

.fite_section {
	background-image: url(http://www.dermalogica.com/fite/images/section_back_2_dashed_f_s.png);
	background-repeat: no-repeat;
	background-position: 22px bottom;
	padding: 0 22px 50px 22px;
	width: 940px;
	margin-bottom: 40px;
}

.fite_section h3 {
	color: #7AC043;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
	display: inline;
}

.fite_copy {
	float: left;
	width: 600px;
	padding: 0 0 10px 0;
}

.fite_image {
	float: left;
	width: 300px;
	height: 275px;
	margin: 0 0 0 40px;
}

.fite_clear {
	clear: both;
}

/* --- /SECTION --- */

/* --- WHAT CAN I DO? - 940px wide image with steps for potential donators --- */

#fite_banner {
	background-image: url(http://www.dermalogica.com/fite/images/whatcanido_3.png);
	width: 940px;
	height: 232px;
	float: left;
	margin-top: 30px;
}

.fite_clearlink {
	float: left;
	padding-right: 42px;
	width: 285px;
	height: 232px;
}

#fite_newsletter_sub {
	padding: 125px 0 22px 675px;
}

/* --- /WHAT CAN I DO? --- */

/* END FITE */

/* BEGIN FANCYBOX */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url('data:image/gif;base64,AAAA');
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.dermalogica.com/promotions/meet_dermalogica/jquery.fancybox/fancy_title_right.png) repeat-x;
}

/* End Promotions Page */

/* START New Dermalogica Foundation Page */

#our-mission .hd {
	background-image: url(../images/backgrounds/gray_bars.png);
	background-repeat: no-repeat;
	height: 16px;
	padding: 9px 12px;
	width: 640px;
	
}

#our-mission-small .hd {
	background-image: url(../images/backgrounds/gray_bars_v2.png);
	background-repeat: no-repeat;
	background-position: -1212px 0;
	height: 16px;
	padding: 9px 12px;
	width: 336px;
	
}


#our-mission .module {
	background: url(../images/backgrounds/rounded_v2.gif) -10993px 0;
	width: 400px;
	float: left;
	margin-right: 16px;
}


#our-mission-small .module {
	background: url(../images/backgrounds/rounded_v2.gif) -10993px 0;
	width: 400px;
	float: left;
	margin-right: 16px;
}

html body.html div#wrapper div#content div.primary div#our-mission.module div#our-mission-small.module div.our-mission div.our-mission-small div.module1 {
	background: url(../images/backgrounds/rounded_v2.gif) no-repeat;
	background-position: -11394px bottom;
}

html body.html div#wrapper div#content div.primary div#our-mission.module div#our-mission-small.module div.our-mission div.our-mission-small div.module1 div.module2 {
	background: url(../images/backgrounds/rounded_v2.gif) no-repeat;
	background-position: -10592px top;
	padding: 20px;
}

#featured-organization .hd {
	background-image: url(../images/backgrounds/gray_bars_v2.png);
	background-position: -1576px 0;
	background-repeat: no-repeat;
	height: 16px;
	padding: 9px 12px;
	width: 220px;
}

#featured-organization .module {
	background: url(../images/backgrounds/rounded_v2.gif) -12077px 0;
	width: 281px;
	float: left;
}

html body.html div#wrapper div#content div.primary div#featured-organization.module div.featured-organization div.module1 {
	background: url(../images/backgrounds/rounded_v2.gif) no-repeat;
	background-position: -12359px bottom;
}

html body.html div#wrapper div#content div.primary div#featured-organization.module div.featured-organization div.module1 div.module2 {
	background: url(../images/backgrounds/rounded_v2.gif) no-repeat;
	background-position: -11795px top;
	padding: 19px;
}

/* END New Dermalogica Foundation Page */


/* =Speed Mapping
----------------------------------------------------*/
/* ----- Container ----- */
.speed-mapping-results {
	margin-bottom: 90px;
}

/* ----- Full-Width Rounded Corner Module ----- */
.speed-mapping-results .module {
	background: url("../assets/speedmapping/rounded-984.png") -1968px 0 repeat-y;	
	width: 984px;
}
.speed-mapping-results .module1 {
	background: url("../assets/speedmapping/rounded-984.png") -984px 100% no-repeat;
	bottom: -5px;
	position: relative;
	width: 984px;
}
.speed-mapping-results .module2 {
	background: url("../assets/speedmapping/rounded-984.png") 0 0 no-repeat;
	position: relative;
	top: -10px;
	width: 950px;
}

/* ----- Text Headers ----- */
.speed-mapping-results h1 {
	margin-top: 0;
}
.speed-mapping-results h2 {
	font-size: 14px;
}
.speed-mapping-results h2 input {
	margin-right: 7px;
}

/* ----- Masthead ----- */
.speed-mapping-results #masthead {
	margin-top: -27px;
}

/* ----- Intro Text ----- */
.speed-mapping-results .intro {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}
.speed-mapping-results .intro a {
	font-size: 13px;font-weight: bold;
}

/* ----- Results Table ----- */
.speed-mapping-results #results {
	margin: 0 auto;
	width: 898px;
}
.speed-mapping-results #results .inner-wrap {
	height: 100%;
	position: relative;
	width: 100%;
}
.speed-mapping-results .description {
	display: none;
	font-size: 14px;
	left: 26px;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 153px;
	z-index: 1;	
}
.speed-mapping-results .description a {
	font-size: 13px;
	font-weight: bold;
}
.speed-mapping-results .inner-wrap:hover img {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.speed-mapping-results .inner-wrap:hover .description {
	display: block;
}
.speed-mapping-results .plus {
	position: relative;
	top: 20px;
}
.speed-mapping-results .descriptor {
	color: #979da3;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

/* ----- Add to Cart Button ----- */
.speed-mapping-results .add-to-cart {
	background: url("../assets/speedmapping/button-orange.png") 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	margin: 30px auto 12px auto;
	padding-left: 33px;
	width: 186px;
}

/* ----- Share Link ----- */
.speed-mapping-results .share {
	font-weight: bold;
	text-align: center;
}

/* ----- Horiztontal Rule ----- */
.speed-mapping-results hr {
	border: 0;
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	height: 1px;
	margin: 30px 0 20px 0;
}

/* ----- Tips Content ----- */
.speed-mapping-results #tips {
	float: left;
	margin-left: 14px;
	overflow: hidden;
	width: 573px;
}
.speed-mapping-results #tips .col {
	float: left;
	margin-right: 22px;
	width: 169px;
}
.speed-mapping-results #tips img {
	display: block;
	margin-bottom: 10px;
}
.speed-mapping-results #tips .col img {
	margin-bottom: 5px;
}
.speed-mapping-results #tips a {
	font-weight: bold;
}

/* ----- Recommend Content ----- */
.speed-mapping-results #recommend {
	float: left;
	left: 58px;
	position: relative;
	width: 305px;
}
.speed-mapping-results #recommend .colA {
	text-align: center;
	width: 58px;
}
.speed-mapping-results #recommend .colB {
	padding-left: 10px;
}
.speed-mapping-results #recommend td {
	padding: 5px;
	vertical-align: middle;
}
.speed-mapping-results #recommend a {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
}
.speed-mapping-results #recommend span {
	border-left: 1px solid #b5b9bd;
	display: inline-block;
	line-height: 1.2em;
	margin: 0 5px;
	text-indent: -999.9em;
}

/* ----- Professional Care Link ----- */
.speed-mapping-results #pro-care {
	cursor: pointer;
	display: block;
	height: 47px;
	margin-left: 17px;
	position: relative;
	width: 290px;
}
.speed-mapping-results #pro-care span {
	font-weight: bold;
	left: 64px;
	position: absolute;
	top: 28px;
}

/* ----- Footnote ----- */
.speed-mapping-results .footnote {
	float: right;
	margin-right: 17px;
	position: relative;
	top: 5px;
}
.speed-mapping-results .footnote a{
	font-weight: bold;
}

@media print {
	#wrapper { padding-top:  0; }
	#header, #speed-mapping-title ul, .speed-mapping-results .add-to-cart, .add-to-cart + .share { display: none; }
	.speed-mapping-results { margin-bottom: 30px; }
	.speed-mapping-results .description {
		display: block;
		left: auto;
		position: static;
		text-align: center;
		top: auto;
	}
	.speed-mapping-results #recommend td { vertical-align: top; }
}


body div#atb-mediatype {
 border-width: 0;
 padding: 0;
 margin: 0;
}

@media print      {#atb-mediatype {margin-top:1px;}}
@media embossed   {#atb-mediatype {margin-right:1px;}}
@media braille    {#atb-mediatype {margin-bottom:1px;}}
@media aural      {#atb-mediatype {margin-left:1px;}}
@media tty        {#atb-mediatype {border-top:1px;}}
@media screen     {#atb-mediatype {padding-top:1px;}}
@media projection {#atb-mediatype {padding-right:1px;}}
@media handheld   {#atb-mediatype {padding-bottom:1px;}}
@media tv         {#atb-mediatype {padding-left:1px;}}
