/* /////////////////////////////////
	Geoskincare CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */



/* FONT EMBED Generated by Font Squirrel (http://www.fontsquirrel.com) on May 15, 2011 */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/helveticaneue-light-webfont.eot');
    src: url('../font/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneue-light-webfont.woff') format('woff'),
         url('../font/helveticaneue-light-webfont.ttf') format('truetype'),
         url('../font/helveticaneue-light-webfont.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/helveticaneue-medium-webfont.eot');
    src: url('../font/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneue-medium-webfont.woff') format('woff'),
         url('../font/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('../font/helveticaneue-medium-webfont.svg#HelveticaNeueMediumRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* standardize HTML5 elements */
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px/20px arial, tahoma, verdana, sans-serif;
	color: #000;
	/*background: #6c887a url('../i/bg.jpg') no-repeat fixed center top;*/
	background: #f5fcf5 url('../i/Spring_Flowers_Large.jpg') no-repeat fixed center top;
}

#center {
	width: 960px;
	margin: 50px auto 50px;
	background: #fff;
	/* shadow */
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom: 1; /* for IE */
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: normal 42px/42px HelveticaNeue, arial;
	margin: 20px 0 14px 0;
	color: #000;
        text-transform: lowercase;
}

h1.line {
	border-bottom: solid 1px #000;
	padding-bottom: 16px;
	margin-bottom: 0;
}

h2 {
	font: normal 21px/24px HelveticaNeue, arial;
	margin: 14px 0 24px 0;
	color: #000;
}

h3 {
	font: normal 20px/20px HelveticaNeue, arial;
	margin: 12px 0px 12px 0px;
	color: #000;
}

h3.product-name {
    text-transform: lowercase;
}

h4 {
	font: bold 16px/20px HelveticaNeue, arial;
	margin: 12px 0px 12px 0px;
	color: #000;
}

h5 {
	font: bold 14px HelveticaNeue, arial;
	margin: 22px 0 0 0;
	color: #000;
}

h6 {
	font: normal 14px/20px arial;
	margin: 12px 0px 12px 0px;
	color: #999;
	font-style: italic;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

p.note-msg {
    font-style: italic;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 20px;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.btn {
	display: inline-block;
	background: #333;
	border: 0;
	color: #fff;
	font: normal 12px arial;
	padding: 3px 10px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.btn:hover {
	cursor: pointer;
	background: #000;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 120px;
	padding: 1px 40px 0;
}

#logo {
	display: block;
	float: right;
	width: 231px;
	height: 56px;
	overflow: hidden;
	background: transparent url('../i/logo.png') no-repeat left top;
	text-indent: -5000px;
	margin: 34px 0 0 0;;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

nav {
	position: relative;
}

#nav,
#subNav {
	height: 39px;
	margin: 0 40px;
	list-style-type: none;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#subNav {
	border-top: 0;
}

#nav li,
#subNav li {
	display: block;
	float: left;
	height: 39px;
	margin-right: 20px;
        text-transform: lowercase;
}

#nav li a,
#subNav li a {
	display: block;
	float: left;
	font-size: 16px;
	height: 39px;
	line-height: 39px;
	padding: 0;
}

#nav li a:hover {}

#nav li a:active {}

#nav li.current,
#subNav li.current {
	height: 40px;
	margin-bottom: -1px;
	background: transparent url('../i/nav-current.png') no-repeat center bottom;
	font-weight: bold;
}

#nav #nav-shop a,
#subNav #subNav-cart a,
#subNav #subNav-checkout a{
	font-weight: bold;
	padding-left: 10px;
	background: transparent url('../i/bullet-triangle.png') no-repeat left center;
}

#nav #nav-search {
	float: right;
	margin-right: 0;
}

#nav #nav-search a {
	padding-right: 36px;
	background: transparent url('../i/search.png') no-repeat right top;
	overflow: hidden;
	width: 48px;
	/* opacity */
	opacity: .33;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)"; /* IE8 hack */
	filter: alpha(opacity=33); /* IE6-7 hack */
}

#nav #nav-search a:hover {
	/* opacity */
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 hack */
	filter: alpha(opacity=100); /* IE6-7 hack */
}

#nav #nav-search a.open:link,
#nav #nav-search a.open:visited {
	background-position: right -39px;
	text-indent: -5000px;
	/* opacity */
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 hack */
	filter: alpha(opacity=100); /* IE6-7 hack */
}

.sideNav {
	margin: 8px 0;
}

.sideNav li {
	text-align: right;
        text-transform: lowercase;
}

.sideNav li a {
	font-family: HelveticaNeue;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	display: block;
	width: 170px;
	height: 24px;
	padding: 0 30px 0 0;
}

.sideNav li a:hover {
	color: #000;
	background: transparent url('../i/sidenav-arrow.png') no-repeat right 6px;
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#banner {
	height: 360px;
	margin: 0 40px;
	overflow: hidden;
}

#banner #slides {
	width: 680px;
	float: left;
}

#banner aside {
	width: 200px;
	height: 360px;
	float: right;
	background: #eeeeee;
}

#banner aside h5 {
	padding-right: 30px;
	text-align: right;
}

#content {
	padding: 0 40px;
}

.mainCol {
	width: 595px;
}

.sideCol {
	width: 245px;
	padding-bottom: 30px;
}

.shade {
	background: #eeeeee;
}

ul.bullet li {
	background: transparent url('../i/bullet.png') no-repeat left 10px;
	padding-left: 14px;
}

.breadcrumb {
	color: #999;
	margin: 24px 0 0 0;
        text-transform: lowercase;
}

.breadcrumb a {
	color: #999;
}

.breadcrumb a:hover {
	color: #666;
}

.features {
	margin: 0;
	border-top: solid 1px #000;
}

.features li {
	float: left;
	height: 163px;
	overflow: hidden;
	border-right: solid 1px #000;
}

.features li.third {
	border: 0;
}

.products {
	margin: 0;
	border-top: solid 1px #000;
}

.products li {
	float: left;
	width: 266px;
	height: 150px;
	padding: 20px 20px;
	overflow: hidden;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.products li.first {
	padding-left: 0;
}

.products li.third {
	padding-right: 0;
	border-right: 0;
}

.products .img {
	display: block;
	float: right;
	margin-left: 15px;
}

.products h3 {
	margin: -2px 0 2px 0;
}

.products .size {
	color: #999;
}

.products p {
	margin: 8px 0 10px;
	line-height: 18px;
        width: 165px;
}

.products a.more {
	color: #999;
}

.products a.more:hover {
	color: #666;
}

.products .price {
	font-weight: bold;
	float: left;
}

.products .btn {
	margin-left: 10px;
	margin-top: -3px;
}

section.filters {
	padding: 1px 20px 20px;
	border-top: solid 1px #000;
	margin-top: -1px;
}

section.filters h4 {
	float: left;
	margin: 20px 0 0 0;
}

ul.filters {
	float: left;
	margin: 21px 0 0 22px;
}

ul.filters li {
	float: left;
	margin-right: 18px;
        text-transform: lowercase;
}

ul.filters li.currentFilter {
    font-weight: bold;
}

dl.ingredients {
	margin: 4px 0 30px 0;
	width: 200px;
	padding-right: 20px;
	float: left;
}

dl.ingredients dt a {
	display: block;
	background: transparent url('../i/expand.png') no-repeat left 7px;
	padding-left: 14px;
}

dl.ingredients dt a.open {
	background-position: left -13px;
	font-weight: bold;
}

dl.ingredients dd {
	padding-left: 14px;
	margin: 2px 0 8px 0;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

dl.expand {
	margin: 4px 0 30px 0;
	padding-right: 20px;
	float: left;
}

dl.expand dt a {
	display: block;
	background: transparent url('../i/expand.png') no-repeat left 7px;
	padding-left: 14px;
}

dl.expand dt a.open {
	background-position: left -13px;
	font-weight: bold;
}

dl.expand dd {
	padding-left: 14px;
	margin: 2px 0 8px 0;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

body.cms-our-philosophy-faqs table td.first,
body.cms-our-ingredients table td.first {
    width: 400px;
}

body.cms-our-ingredients table td.first {
    padding-right:30px;
}

body.cms-our-philosophy-faqs table td,
body.cms-our-ingredients table td,
body.cms-our-philosophy-your-skin table td {
	vertical-align: top;
}

body.cms-our-philosophy-your-skin td {
	padding: 5px;
}

body.cms-our-philosophy-your-skin td h2 {
	margin-bottom: 10px;
}

body.cms-our-philosophy-your-skin td span.show {
	display: none;
}

body.cms-our-philosophy-your-skin td a:link,
body.cms-our-philosophy-your-skin td a:visited {
	font-style: italic;
}

body.cms-our-philosophy-your-skin td a:hover {
	text-decoration: underline;
}

/*body.cms-our-philosophy-your-skin dl.expand {
	float: none;
	margin: 4px 0 30px 0;
}*/

#prodImg {
	margin: 30px 0;
	display: block;
}

h6.rec {
	margin-top: -10px;
}

.sideCol h6 {
	color:#000;
}

dl.prodInfo {
	margin: 24px 0;
}

dl.prodInfo dt {
	margin-top: 10px;
}

dl.prodInfo dt a {
	font: bold 16px/20px HelveticaNeue, arial;
	background: transparent url('../i/expand.png') no-repeat left 7px;
	padding-left: 14px;
}

dl.prodInfo dt a.open {
	background-position: left -13px;
}

dl.prodInfo dd {
	padding: 0 0 4px 14px;
}

.news {
	width: 640px;
	float: right;
	margin: 0;
}

.news li {
	padding: 12px 0 30px 0;
	border-bottom: solid 1px #000;
}

.news li:last-child {
	border: 0;
}

.news .date {
	color: #999;
	display: block;
	margin-top: -8px;
}

.blogNav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
}

.blogNav h4 {
	margin-top: 24px;
}

ul.tags li {
	/*display: inline;
	margin-right: 10px;*/
}

ul.tags li a:link,
ul.tags li a:visited {
	color: #797979;
	font-size: 11px;
}

.imgWide {
	display: block;
	margin: 20px 0;
}

.imgLeft {
	float: left;
	margin: 6px 20px 12px 0;
}

.imgRight {
	float: right;
	margin: 6px 0 12px 20px;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
	border: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

input[type=checkbox] {
	margin-right: 3px;
}

.formRow {
	margin: 0;
}

.formRow li {
	margin: 0;
	padding: 0 20px 10px;
	background: none;
	height: 1%;
	overflow: hidden;
        border-bottom: none;
}

form.default {
	background: #eeeeee;
	padding: 20px 0 10px;
	border-top: solid 1px #000;
}

.default label {
	float: left;
	font: normal 21px/24px HelveticaNeue, arial;
	margin: 0 20px 0 0;
	width: 180px;
	text-align: right;
}

.default input[type=text],
.default input[type=password] {
	float: left;
	font: normal 14px arial;
	color: #666;
	border: 0;
	padding: 7px 7px;
	width: 240px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.default select {
	float: left;
	font: normal 14px arial;
}

.default textarea {
	float: left;
	font: normal 14px arial;
	color: #666;
	border: 0;
	padding: 7px 7px;
	width: 610px;
	height: 200px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.default input[type=text]:focus,
.default input[type=password]:focus,
.default textarea:focus {
	color: #000;
}

.default button {
	background: #333;
	border: 0;
	color: #fff;
	font: normal 14px arial;
	padding: 6px 12px;
	margin-left: 200px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.default button:hover {
	cursor: pointer;
	background: #000;
}

#newsletterForm {
	padding: 0 0 24px 0;
	float: left;
	width: 600px;
	border: 0;
}

#newsletterForm h5 {
	margin-bottom: 12px;
}

#newsletterForm input[type=text] {
	width: 200px;
	margin-right: 8px;
}

#newsletterForm button {
	margin: 0;
}

#searchForm {
	display: none; /* hide until opened */
	background: #000;
	width: 254px;
	padding: 20px 20px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: 0;
}

#searchForm input[type=text] {
	position: relative;
}

#searchForm button {
	margin-top: 6px;
	margin-left: 0;
}

#searchForm button:hover {
	background: #4d4d4d;
}

#addCart {
	background: none;
	border-bottom: solid 1px #000;
	padding: 10px 0 20px 0;
	border-top: 0;
}

#addCart label {
	margin-right: 6px;
	width: auto;
        font-size: 18px;
}

strong.price, #addCart span.price {
	float: left;
	font: bold 21px HelveticaNeue, arial;
	margin-right: 150px;
}

#addCart span.price {
    font-size: 18px;
    line-height: 24px;
}

#addCart .qty {
	width: 60px;
	margin: 3px 0 0 0;
}

#addCart button {
	margin-left: 20px;
	margin-top: -2px;
        font-size: 12px;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0 40px 30px 40px;
}

#footer p {
	margin: 8px 0 0 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #444;
}

#tagline {
	border-top: solid 1px #000;
	padding: 22px 0;
	margin: 0;
}

#connect {
	border-top: solid 1px #000;
	padding: 0 20px 0 20px;
}

#social {
	margin: 24px 0 0 0;
	float: right;
}

#social li {
	float: left;
	width: 55px;
	height: 54px;
	overflow: hidden;
	margin-left: 6px;
}

#social li a {
	/* opacity */
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 hack */
	filter: alpha(opacity=80); /* IE6-7 hack */
}

#social li a:hover {
	/* opacity */
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 hack */
	filter: alpha(opacity=100); /* IE6-7 hack */
}

#footNav {
	margin: 20px 0 0 0;
}

#footNav li {
	float: left;
	margin-right: 18px;
}

#vo2 {
	margin-left: 18px;
}

/* /////////////////////////////////
	GAVYN'S CHANGES
///////////////////////////////// */
div.toolbar .pager {
    float: left;
    margin-bottom: 10px;
}
div.toolbar .limiter {
    /*float: left;*/
}
div.toolbar .sorter {
    float: right;
}
div.toolbar .pages {
    margin-top: 6px;
}
div.toolbar .pages strong {
    float: left;
    margin-right: 6px;
}
div.toolbar .pages ol {
    list-style-type: none;
    float: left;
    margin: 0;
}
div.toolbar .pages ol li {
    float: left;
    display: block;
    margin-right: 6px;
}
.validation-advice {
    clear: both;
    color: red;
    margin: 0 0 0 200px;
    padding-top: 2px;
}
body.cms-our-ingredients-glossary #content {
    background: transparent url(../i/placeholder-side.jpg) no-repeat right 150px;
}
/*body.cms-our-philosophy-faqs #content {
    background: transparent url(/media/wysiwyg/Orange_Web_1.jpg) no-repeat 660px 130px;
}*/
textarea#comment {
    width: 360px;
}
#comments {
    border-top: 1px solid #000000;
    padding: 12px 0 30px;
    margin-top: 30px;
}
h2.category-heading {
    float: right;
    width: 640px;
    font-weight: bold;
    text-transform: lowercase;
}

/* /////////////////////////////////
	CART
///////////////////////////////// */

.cart button {
	background: #333;
	border: 0;
	color: #fff;
	font: normal 12px arial;
	padding: 6px 12px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.cart button:hover {
	cursor: pointer;
	background: #000;
}

.cart h1 {
	float: left;
	margin-top: 0px;
	padding-bottom: 10px;
}

.cart h2 {
	margin: 0 0 6px 0;
}

.checkout-types {
	height: 1%;
	overflow: hidden;
	margin-bottom: 20px;
}

.checkout-types li {
	height: 1%;
	overflow: hidden;
	clear: both;
}

.checkout-types .btn-proceed-checkout {
	float: right;
	clear: right;
	margin: 10px 0 0 0;
	font-size: 14px;
}

.checkout-types a:link,
.checkout-types a:visited {
	display: block;
	float: right;
	clear: right;
	margin: 20px 0;
}

.cart ul.messages {
	clear: both;
	background: #eeeeee;
	padding: 1px 20px 1px;
}

.cart form {
    clear: both;
}

.cart input.input-text {
	font: normal 14px arial;
	color: #000;
	border: 0;
	padding: 7px 7px;
	border: solid 1px #ddd;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.cart-table {
	width: 100%;
	clear: both;
	text-transform: lowercase;
}

.cart-table a:link,
.cart-table a:visited {
	color: #666;
}

.cart-table a:hover {
	color: #000;
}

.cart-table h2 a:link,
.cart-table h2 a:visited {
	color: #000;
}

.cart-table h2 a:hover {
	color: #666;
}

.cart-table thead th {
	background: #eeeeee;
	padding: 10px 20px 10px;
	border-top: solid 1px #000;
	text-align: left;
	white-space: nowrap;
}

.cart-table tfoot td {
	background: #eeeeee;
	padding: 10px 20px 10px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: left;
	white-space: nowrap;
}

.cart-table td {
	padding: 10px 20px;
	border-top: solid 1px #000;
}

.cart-table td img {
	display: block;
}

.cart-table .btn-remove {
	white-space: nowrap;
	display: block;
}

.cart-table span.cart-price {
	text-transform: uppercase;
}

.cart .discount,
.cart .shipping {
	margin: 30px 0;
}

.cart .discount input {
	/*display: block;*/
	margin: 10px 0;
}

.cart .checkout-types li button {
	text-transform: lowercase;
}

#shopping-cart-totals-table {
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#shopping-cart-totals-table td {
	background: #eeeeee;
	padding: 10px 20px 10px;
	text-align: right;
}


/* /////////////////////////////////
	CHECKOUT
///////////////////////////////// */

#onestepcheckout-form {
	margin: 24px 0 40px;
	height: 1%;
	overflow: hidden;
}

#onestepcheckout-form .formRow,
#onestepcheckout-form .formRow li {
	margin: 0;
	padding: 0
}

.onestepcheckout-column-left,
.onestepcheckout-column-middle,
.onestepcheckout-column-right {
	width: 255px;
	float: left;
}

.onestepcheckout-column-left,
.onestepcheckout-column-middle {
	border-right: solid 1px #000;
	margin-right: 25px;
	padding-right: 25px;
        min-height: 650px;
}

#onestepcheckout-form label {
	display: block;
	margin: 6px 0 2px 0;
	font-size: 12px;
	color: #000;
}

#onestepcheckout-form .input-text {
	font: normal 12px arial;
	color: #000;
	border: 0;
	padding: 7px 7px;
	border: solid 1px #ddd;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 220px;
}

#onestepcheckout-form .select {
	font: normal 12px arial;
	color: #000;
	border: 0;
	padding: 3px 3px;
	border: solid 1px #ddd;
	width: 230px;
}

#onestepcheckout-form label.inline {
	display: inline;
	margin: 0 0 0 8px;
}

#onestepcheckout-form .expire {
	width: 90px;
}

.onestepcheckout-summary {
	font-size: 12px;
	width: 240px;
	border-top: solid 1px #000;
	color: #666;
	margin-bottom: 20px;
}

table.onestepcheckout-summary {
    border-top: none;
}

.onestepcheckout-summary strong {
	color: #000;
}

.onestepcheckout-summary td {
	border-bottom: solid 1px #000;
	padding: 4px 0;
}

#onestepcheckout-form button {
	background: #333;
	border: 0;
	color: #fff;
	font: normal 12px arial;
	padding: 6px 12px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#onestepcheckout-form button:hover {
	cursor: pointer;
	background: #000;
}

#onestepcheckout-form button#onestepcheckout-place-order {
    font: normal 14px arial;
}

.onestepcheckout-place-order {
    margin-top: 10px;
}

#onestepcheckout-form .form-button-alt {
    margin-top: 10px;
}

#onestepcheckout-form dt input, #onestepcheckout-form input[type=checkbox] {
    float: left;
    margin-top: 4px;
}

#onestepcheckout-form dt label {
    margin-left: 20px;
}

.onestepcheckout-totals td.title,
.onestepcheckout-summary td.name {
    white-space: nowrap;
    width: 150px;
}

.onestepcheckout-totals td.qty {
    width: 50px;
}

.onestepcheckout-summary td.total,
.onestepcheckout-totals td.value {
    text-align: right;
}

.onestepcheckout-totals tr.grand-total {
    font-weight: bold;
    color: #000;
}

a#onestepcheckout-login-link, div.cart-empty a {
    text-decoration: underline;
}

div.loading-ajax {
    height: 50px;
    text-align: center;
    background-image: url(../i/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#onestepcheckout-form .validation-advice {
    margin:0;
}

/* Popup CSS */
#onestepcheckout_popup_overlay_iframe {
    z-index: 100000;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}

#onestepcheckout_popup_overlay {
    z-index: 1000000;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}

#onestepcheckout-toc-popup {
    width: 482px;
    height: 530px;
    position: absolute;
    z-index: 1000001;
}

#onestepcheckout-toc-popup .onestepcheckout-popup-wrapper {
    height: 515px !important;
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents {
    overflow: auto;
    height: 450px;
}

#onestepcheckout-toc-popup h1 {
    margin-left: 20px;
}

#onestepcheckout-toc-popup .onestepcheckout-toc-terms {
    margin: 20px;
    margin-top: 0 !important;
    height: 440px !important;
    overflow: auto;
    padding-right: 10px;
}

#onestepcheckout-login-popup,#onestepcheckout-toc-popup {
    text-align: left !important;
}

.onestepcheckout-popup-footer {
    background-image: url(../i/onestepcheckout-popup-footer.png);
    background-repeat: no-repeat;
    height: 13px;
}

.onestepcheckout-popup-wrapper {
    background-image: url(../i/onestepcheckout-popup-header.png);
    *background-image: url(../i/onestepcheckout-popup-header.png)
        !important;
    background-repeat: no-repeat;
}

.onestepcheckout-popup-wrapper h1 {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}

.onestepcheckout-popup-contents {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.onestepcheckout-popup-wrapper label {
    font-weight: normal;
}

.onestepcheckout-popup-wrapper .input-text {
    width: 190px !important;
}

#onestepcheckout-forgot-table td {
    vertical-align: middle !important;
}

/* Popup CSS (login link) */
#onestepcheckout-login-popup {
    width: 482px;
    position: absolute;
    z-index: 1000001;
    /*position: fixed;*/
}

#onestepcheckout-login-popup table {
    width: 99%;
}

#onestepcheckout-login-popup table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

#onestepcheckout-login-popup button {
    padding: 3px 10px;
}

#onestepcheckout-login-popup div.onestepcheckout-popup-contents {

}

#onestepcheckout-login-popup p.close,#onestepcheckout-toc-popup p.close
    {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: -5px;
}

#onestepcheckout-login-popup p.close a,#onestepcheckout-login-popup p.close a:link,#onestepcheckout-login-popup p.close a:visited,#onestepcheckout-toc-popup p.close a,#onestepcheckout-toc-popup p.close a:link,#onestepcheckout-toc-popup p.close a:visited
    {
    text-decoration: none;
    color: black;
}

#onestepcheckout-login-popup p.close a:hover,#onestepcheckout-toc-popup p.close a:hover
    {
    text-decoration: underline;
}

#onestepcheckout-login-error,#onestepcheckout-forgot-error {
    color: red;
    margin-bottom: 10px;
}

div.onestepcheckout-comments {
    margin-top: 5px;
    margin-bottom: 20px;
}

div.onestepcheckout-comments textarea {
    margin-top: 5px;
    width: 95%;
}

#onestepcheckout-form h3.onestepcheckout-numbers {
	text-transform: lowercase;
}

/* /////////////////////////////////
	Added 2011-06-03 Benek
///////////////////////////////// */

body {
	font: normal 13px/20px arial, tahoma, verdana, sans-serif;
}

#nav li a,
#subNav li a {
	font-size: 14px;
}

p, ul, ol {
	color: #333;
}

.formRow li {
	padding: 0 20px 8px;
}

.default input[type=text],
.default input[type=password] {
	font: normal 13px arial;
	padding: 6px 7px;
}

.default textarea {
	width: 340px;
	height: 120px;
}

.default fieldset.right {
	padding: 0 40px 0 0;
}

/* Added by Gavyn */
body.cms-our-philosophy-what-people-say div.std table td,
body.cms-our-philosophy-your-skin div.std table td {
	padding: 10px;
	border-top: 1px dashed #ccc;
}
body.cms-our-philosophy-what-people-say div.std table td h2,
body.cms-our-philosophy-your-skin div.std table td h2 {
	margin: 0 0 12px;
}

body.cms-stockists-new-zealand table {
	border-top: 1px dashed #ccc;
}

body.cms-customer-service h4,
body.cms-terms-and-conditions h4 {
	margin-bottom: -12px;
}

body.cms-page-view.cms-customer-service .std ul {
	margin-top: 12px;
}

body.cms-page-view .std ul {
	list-style-type: disc;
	margin: 0 0 0 10px;
}

div.price-box span.price-label {
	display: none;
}

div.price-box p.old-price span.price {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 6px;
}

#addCart p.old-price,
#addCart p.special-price {
	display: inline;
}

#addCart p.old-price span.price {
	font-weight: normal;
	margin-right: 6px;
}

#addCart p.special-price span.price {
	margin-right: 140px;
}

.std table,
.std table td {
	border: none;
	border-collapse: collapse;
}

img.alignright {
	float: right;
	padding-left: 10px;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

#recaptcha_widget_div {
	padding-left: 200px;
}

label.recaptcha_input_area_text {
	float: none;
}

p.out-of-stock {
	font-style: italic;
	clear: both;
	font-size: 11px;
}