@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2008 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-screen.css 220 2009-12-09 00:23:53Z jason.pelletier $
 */

/* fonts */
h1, h2 {
	font-weight: bold;
	color: #B42E34;
}
h1 {
	margin-top: 2.0em;
	font-size: 2.8em;
	line-height: 1.3em;
}
h2 {
	margin-top: 1.5em;
	font-size: 1.8em;
	line-height: 1.3em;
}
p,
table {
    margin-top: 1.0em;
}
p,
li,
th,
td {
	font-size: 1.4em;
	line-height: 1.5em;
}
ul,
ol {
    overflow: hidden;
}
li {
    margin-left: 1.8em;
    list-style-position: outside;
}
ul li {
    list-style: disc;
}
ol li {
  	list-style-type: decimal;  
}
table {
	width: 850px;
}
table.border {
	border: 1px solid #F0DEDF;
}
th, td {
	padding: 5px 15px 5px 10px;
}
th {
	font-weight: bold;
}
table.border th {
	background-color: #F0DEDF;
	font-size: 1.0em;
}
table.border th.headerSortDown {
	background: #E5C8C9 url('/media/headerSortDown.png') no-repeat right 10px;
}
table.border th.headerSortUp {
	background: #E5C8C9 url('/media/headerSortUp.png') no-repeat right 10px;
}
table.border td {
	border-bottom: 1px solid #F0DEDF;
}
td.label {
	width: 75px;
	text-align: right;
}
table#stores td:nth-child(6) {
    white-space: pre;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.tm {
	font-size: 50%;
	line-height: 100%;
	font-weight: normal;
	vertical-align: super;
}
cite {
	font-size: 0.9em;
	color: gray;
}
cite a,
cite a:link,
cite a:visited,
cite a:active,
cite a:hover,
cite a:focus {
	color: gray;
}
.enhanced-instructions {
    font-size: 90%;
    font-style: italic;
    color: gray;
    display: none;
}
body.enhanced .enhanced-instructions {
    display: inline;
}

/* links */
a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: #B42E34;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #B25F34;
}
a img {
	border: none;
}

/* images */
.img.left,
.img.right,
img.left,
img.right {
	margin-bottom: 25px;
}
.img.left {
	float: left;
	margin-right: 25px;
	text-align: left;
}
.img.right {
	float: right;
	margin-left: 25px;
	text-align: right;
}
.img p {
	margin-top: 0;
	font-size: 1.0em;
}
.border {
	border: 1px solid #666;
}
img.left {
	float: left;
	margin-right: 25px;
}
img.right {
	float: right;
	margin-left: 25px;
}

/* actions */
ul.action {
    overflow: visible;
    margin-top: 1.0em;
}
ul.action li {
    display: inline;
    overflow: hidden;
    margin: 0 0.5em 0 0;
    padding: 0;
    font-size: 1.4em;
    list-style: none;
}

/* button */
a.button {
    padding: 0.2em 0.8em 0.3em;
	background: #666 url('/images/a-button.png') repeat-x center center;
	_background-image: none;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	color: white !important;
	text-decoration: none !important;
	white-space: pre;
}
a.button:hover,
a.button:focus {
	background-color: #888;
	border-color: #888;
	color: white !important;
	text-decoration: none !important;
}
em a.button {
    background-color: #A62D38;
    border-color: #A62D38;
    font-size: 1.2em;
    font-style: normal;
}
em a.button:hover,
em a.button:focus {
    background-color: #BA3A4F;
	border-color: #BA3A4F;
}
a.button.twitter,
a.button.facebook,
a.button.email {
    padding-top: 0.3em;
    padding-left: 2.0em;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    border: none;
    color: black !important;
}
a.button.twitter:hover,
a.button.twitter:focus,
a.button.facebook:hover,
a.button.facebook:focus,
a.button.email:hover,
a.button.email:focus
 {
    color: #B25F34 !important;
}
a.button.twitter {
    background-image: url('/images/service-icons/twitter.png');
}
a.button.facebook {
    background-image: url('/images/service-icons/facebook.png');
}
a.button.email {
    background-image: url('/images/service-icons/email.png');
}

/* aside */
ul.aside {
	display: block;
	clear: both;
	margin: 5.0em -0.5em 0;
	padding: 0;
	overflow: hidden;
}
ul.aside li.feature {
	position: relative;
	width: 244px;
	height: 115px;
	display: block;
	float: left;
	clear: none;
	margin: 0 0.5em;
	padding: 0.5em 1.5em 2.5em;
	background: #E6E6E6 url('/images/ul-aside-li-feature.png?cache=0') repeat-x 0 0;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 1.0em;
}
ul.aside li.feature h2,
ul.aside li.feature p {
    margin-top: 0.5em
}
ul.aside li.feature p {
    font-size: 1.4em;
    line-height: 1.2;
}
ul.aside li.feature a.button,
ul.aside li.feature em a.button {
    font-size: 0.8em;
}

/* intro content */
.intro #content h1 {
	margin-top: 25px;
}
.intro #content img.left {
	margin-top: 50px;
	margin-right: 5px;
}

/* mission */
.mission {
	margin-top: 1.0em;
	padding: 0 60px 10px 15px;
	background-color: #F0DEDF;
	border: 1px solid #A62D38;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* FAQs */
p.question {
	font-weight: bold;
}
p.answer {
	margin-top: 0;
}

/* products */
.details {
	padding-left: 250px;
}

/* production slideshow */
.slideshow {
    position: relative;
    overflow: hidden;
	display: block;
}
.slideshow li {
    padding: 0;
    list-style: none;
}
.slideshow#soap-production {
	width: 302px;
	height: 202px;
}
#soap-production ul.rotator {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 2px auto;
	padding: 0;
	z-index: 5;
}
#soap-production ul.rotator li {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
}
#soap-production ul.rotator li img {
	margin: 0;
	padding: 0;
}
#soap-production ul.rotator li.first {
	display: inline;
}

ul#controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	z-index: 10;
	display: none;
}
ul#controls li {
	position: relative;
	margin: 0 3px;
	padding: 0;
	float: left;
	clear: none;
	list-style: none;
}
ul#controls li.first {
	margin-left: 0;
}
ul#controls li.last {
	margin-right: 0;
}
ul#controls li a {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}
ul#controls li a.img {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

/* ingredients */
.ingredient-comp {
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 10px 25px 20px 25px;
	background-color: #F0DEDF;
	border: 1px solid #A62D38;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ingredient-comp p {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
}
.ingredient-comp a,
.ingredient-comp a:link,
.ingredient-comp a:visited,
.ingredient-comp a:active,
.ingredient-comp a:hover,
.ingredient-comp a:focus {
	color: #A62D38;
	text-decoration: none;
}
.ingredient-comp a:hover,
.ingredient-comp a:focus {
	color: #A62D38;
	text-decoration: underline;
}
.ingredient-comp p em {
	font-style: normal;
	color: #A62D38;
}
.ingredient-comp ul {
	margin: 5px 0 0 0;
}
.ingredient-comp li {
	display: inline;
	margin: 0;
	color: #7F7F7F;
}
.ingredient-comp li:after {
	content: ', ';
}
.ingredient-comp li.last:after {
	content: '';
}
.ingredient-comp li.true-body-soap {
	font-weight: bold;
	color: #A62D38;
}

table#ingredients td strong {
	font-weight: bold;
	line-height: 1.2em;
	color: #A62D38;
}
table#ingredients td .aka {
	font-size: 0.7em;
	line-height: 1.2em;
}

/* contact */
table.contact-information {
    width: 500px;
}

/* assets */
ul.assets,
ul.assets ul.formats {
    padding-left: 0;
    font-size: 0.7em;
}
ul.assets li {
    position: relative;
    height: 75px;
    margin-top: 10px;
    list-style: none;
}
ul.assets h3,
ul.assets ul.formats {
    margin-left: 120px;
}
ul.assets h3 {
    font-size: 1.4em;
    font-weight: bold;
}
ul.assets li img.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
}
    ul.assets li img.thumbnail.sell-sheet-53x70 {
        margin-left: 20px;
    }
ul.assets ul.formats li,
ul.assets ul.formats p {
    display: inline;
}
ul.assets ul.formats p {
    margin-right: 10px;
}

/* FRIENDS */
ul.aside.intro {
    width: 400px;
	display: inline-block;
    zoom: 1;
    *display: block;
    *float: left;
    *clear: none;
    *margin-bottom: 1.0em;
    overflow: hidden;
    vertical-align: top;
    margin-top: 2.0em;
}
ul.aside.intro li.feature.google-buy-now {
    width: 358px;
    height: 90px;
    *height: 115px;
}
ul.aside li.feature.google-buy-now {
    overflow: hidden;
    background-color: #888;
}
ul.aside.intro li.feature.google-buy-now select.item {
    margin-top: 0.7em;
    vertical-align: top;
}
ul.aside.intro li.feature.google-buy-now input.button-buy {
    margin-top: 0;
    vertical-align: top;
}