@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken {
		-moz-force-broken-image-icon: 1;
	}
}

/*----- Start "Main definitions" -----*/
* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	font-size: 12px;
	line-height: 130%;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #001722;
	text-align: left;
	background: #898077;
}

a img {
	border: 0;
}
a {
	color: #001722;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}

.field {
	font-size: 12px;
	line-height: 130%;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
}

.cl {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

.preload {
	left: -1000px;
	top: -1000px;
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/*----- End "Main definitions" -----*/
#background-under,
#background {
	height: 359px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	position: absolute;
	background: #fff;
}

#shade,
#overlay {
	display: none;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#shade {
	z-index: 1999;
	opacity: 0.74;
	filter:alpha(opacity=74);
	background: #000;
}

#background {
	z-index: 1;
	background: url('/images/background.jpg') no-repeat top center;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

/*----- Start "Sidebar" -----*/
#sidebar {
	float: left;
	display: inline;
	width: 185px;
	overflow: hidden;
}

.browser .module {
	background: #cdc6be;
	margin-bottom: 8px;
	color: #5e5754;
	width: 100%;
}
.browser .module h2 {
	font-size: 17px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.browser .module h2 span {
	font-size: 15px;
	text-transform: none;
}

.browser .head {
	padding: 55px 35px 20px 15px;
}
.browser .head h2 {
	font-size: 22px;
	line-height: 23px;
	padding-bottom: 5px;
}
.browser .head h2 span {
	font-size: 18px;
}
.browser .head p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.browser .dropable div.classification {
	padding: 5px 8px 5px 15px;
	cursor: pointer;
}
.browser .dropable h2 {
	background: url(/images/browser-opened.gif) no-repeat right center;
}
.browser .head h2 span {
	font-size: 18px;
}
.browser .dropable .closed h2 {
	background: url(/images/browser-closed.gif) no-repeat right center;
}
.browser .dropable .closed ul {
	display: none
}
.browser .dropable ul li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	list-style-type: none;
	border-top: solid 1px #685c56;
}
.browser .dropable ul li a {
	display: block;
	font-size: 9px;
	color: #352f2d;
	text-transform: uppercase;
	padding: 4px 0 4px 15px;
	letter-spacing: 1px;
}
.browser .dropable ul li a:hover,
.browser .dropable ul li a.active {
	background: #5a4d48;
	text-decoration: none;
	color: #fff;
}
/*------ End "Sidebar" ------*/

/*----- Start "Content" -----*/
#content {
	float: right;
	display: inline;
	width: 765px;
}
#content .featured {
	margin-bottom: 18px;
}
/*------ End "Content" ------*/

/*----- Start "Top Bar" -----*/
#topbar {
	margin-bottom: 5px;
	z-index: 1000;
}
#topbar .nav {
	float: left;
	display: inline;
	width: 762px;
	background: #898077;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 1000;
}
#topbar .nav li {
	position: relative;
	list-style-type: none;
	float: left;
	z-index: 1000;
}
#topbar .nav li a {
	float: left;
	display: block;
	height: 28px;
	padding: 0 9px;
	line-height: 28px;
	color: #fff;
	z-index: 1000;
}
#topbar .nav li a.active {
	background: #5a4d48;
}
#topbar .nav li.hover a {
	background: #5a4d48;
}
#topbar .nav li ul {
	clear: both;
	position: absolute;
	top: 28px;
	left: 0;
	width: 150px;
	background: #5a4d48;
	display: none;
	z-index: 1000;
}
#topbar .nav li ul li {
	z-index: 1000;
	display: block;
	float: none;
}
#topbar .nav li.hover ul {
	display: block;
}
#topbar .search {
	float: right;
	display: inline;
	width: 187px;
	height: 23px;
	background: #898077;
	padding-top: 5px;
	padding-left: 5px;
}
#topbar .search .field,
#topbar .search .button {
	float: left;
	display: inline;
	border: solid 1px #7d756d;
}
#topbar .search .field {
	font-size: 10px;
	color: #000000;
	width: 146px;
	background: #fff;
	padding: 2px 7px;
	margin-right: 2px;
}
#topbar .search .button {
	width: 18px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(/images/search-button.gif) no-repeat;
	cursor: pointer;
}
/*------ End "Top Bar" ------*/

/*----- Start "Logo Bar" -----*/
#logobar {
	padding: 10px 10px 15px 37px;
	background: #fff;
	margin-bottom: 5px;
}

#logobar .links {
	float: right;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
}
#logobar .links li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-left: 15px;
	padding-left: 21px;
}
#logobar .links li.promos {
	background: url(/images/star-icon.png) no-repeat 0 top;
	color: #5a4d48;
	width: 115px;
	position: relative;
	text-transform: none;
	line-height: 13px;
	padding-top: 2px;
	margin-top: 4px;
}
#logobar .links li.email {
	background: url(/images/ico-email.gif) no-repeat 0 center;
	width: 120px;
}
#logobar .links li.phone {
	background: url(/images/ico-phone.gif) no-repeat 0 center;
}
#logobar .links li.phone strong {
	font-size: 16px;
	line-height: 18px;
}
#logobar .links li.promos ul {
	position: absolute;
	left: 24px;
	top: 20px;
	float: none;
	width: 125px;
	list-style: disc inside;
	text-transform: none;
	line-height: 185%;
}
#logobar .links li.promos ul li {
	float: none;
	display: list-item;
	list-style: disc inside;
	margin: 0;
	padding: 0;
}
h1#logo {
	float: left;
	display: inline;
	width: 296px;
	height: 54px;
	font-size: 0;
	line-height: 0;
	margin-top: -3px;
}
h1#logo a {
	display: block;
	width: 296px;
	height: 54px;
	text-indent: -4000px;
	background: url(/images/logo.gif);
}

#mini-bag {
	z-index: 250;
	float: right;
	display: inline;
	width: 186px;
	padding: 0 0 5px 36px;
	background: url(/images/shopping-bag.gif) no-repeat 0 bottom;
	margin-top: 4px;
	position: relative;
}
#mini-bag a {
	color: #898077;
}
#mini-bag .title {
	font-size: 15px;
	text-transform: uppercase;
	color: #898077;
	font-weight: bold;
	line-height: 21px;
}
#mini-bag .checkout {
	float: right;
	display: inline;
	height: 20px;
	line-height: 20px;
	width: 80px;
}
#mini-bag .checkout {
	background: #5a4d48;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#mini-bag .checkout:hover {
	text-decoration: none;
	background: #898077;
}
#mini-bag .items {
	float: left;
	display: inline;
	height: 20px;
	line-height: 20px;
	width: 103px;
	background: #cdc6be;
	color: #fff;
	font-size: 11px;
}
#mini-bag .items .button {
	display: block;
	height: 20px;
	width: 95px;
	padding-left: 8px;
}
#mini-bag .items .button {
	cursor: pointer;
	background: url(/images/shopping-bag-items.gif) no-repeat right center;
}
#mini-bag-list {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	display: none;
	position: absolute;
	top: 47px;
	right: 14px;
	z-index: 200;
}
#mini-bag-list h2 {
	background: url('/images/mini-bag-list-tab.png') no-repeat;
	color: #fff;
	height: 29px;
	line-height: 29px;
	padding-left: 12px;
	width: 98px;
	position: absolute;
	top: -29px;
	left: 66px;
	font-size: 12px;
	font-weight: normal;
}
#mini-bag-list div.cap {
	width: 241px;
	height: 9px;
	background: url('/images/mini-bag-list-cap.png') no-repeat;
	overflow: hidden;
}
#mini-bag-list div.container {
	width: 235px;
	padding: 0 2px 3px;
	background: url('/images/mini-bag-list-background.png') repeat-y bottom;
	margin-left: 1px;
}
#mini-bag-list div.container h3 {
	background: #781355;
	color: #fff;
	padding: 8px 8px 8px 12px;
	font-size: 16px;
	font-weight: normal;
}
#mini-bag-list div.container a {
	display: block;
	text-indent: 15px;
	background: #5a4d48 url('/images/mini-bag-list-arrow.png') no-repeat 220px center;
	text-transform: uppercase;
	color: #fff;
	padding: 4% 0;
	font-size: 17px;
}
#mini-bag-list div.container a:hover {
	background: #898077 url('/images/mini-bag-list-arrow-over.png') no-repeat 220px center;
	text-decoration: none;
}
#mini-bag-list div.container div.product {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	display: block;
	float: none;
	background: #fff;
	width: 96%;
	margin: 0;
	padding: 0 2% 5px 2%;
	border-bottom: 1px solid #ab9f93;
}
#mini-bag-list div.container div.product img {
	float: left;
}
#mini-bag-list div.container div.product div {
	float: left;
	width: 165px;
}
#mini-bag-list div.container div.product div div.price {
	float: none;
	margin-top: 10px;
	color: #99999d;
	font-size: 15px;
}
#mini-bag-list div.container div.product div div.price span {
	font-size: 12px;
}
#mini-bag-list div.container div.product h2 {
	background: none;
	margin: 0;
	width: auto;
	padding: 10px 0 0 0;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	font-size: 13px;
	text-transform: uppercase;
}
#mini-bag-list div.container div.product h3 {
	background: none;
	padding: 0;
	font-size: 11px;
	height: auto;
	margin: 0;
	line-height: normal;
	color: #000;
	text-transform: none;
}
/*------ End "Logo Bar" ------*/

/*----- Start "Catalog Navigation" -----*/
#catalognav {
	height: 28px;
	line-height: 28px;
	background: #fff;
	text-transform: uppercase;
	font-size: 11px;
	color: #001722;
	margin-bottom: 5px;
}
#catalognav li {
	float: left;
	display: inline;
	list-style-type: none;
	border-right: solid 1px #384a53;
	height: 28px;
}
#catalognav li.first {
	padding: 0 8px;
	color: #ffffff;
	background-color: #a0928d;
}
#catalognav li.dd {
	z-index: 100;
	position: relative;
}
#catalognav li.last {
	border-right: 0;
}
#catalognav li.special-offers {
	background-color: #C30072;
}

#catalognav li.special-offers a {
	color: white;
}
#catalognav li a {
	float: left;
	display: inline;
	color: #001722;
	padding: 0 5px;
}
#catalognav li a:hover,
#catalognav li a.hover,
#catalognav li a.active {
	background-color: #5a4d48;
	color: #fff;
	text-decoration: none;
}
#catalognav li.dd a {
	padding-right: 20px;
	background: url(/images/catalognav-dd.gif) no-repeat right center;
}
#catalognav li.dd a:hover,
#catalognav li.dd a.hover,
#catalognav li.dd a.active {
	background: #5a4d48 url(/images/catalognav-dd-hover.gif) no-repeat right center;
}
#catalognav li .dropdown {
	position: absolute;
	top: 28px;
	left: 0;
	background: #000;
	z-index: 1000 !important;
	display: none;
}
#catalognav li .dropdown {
	background: #5a4d48;
	color: #dcdcdc;
	font-size: 11px;
}

#catalognav li .dropdown table tr td {
	border-bottom: solid 1px #7c716b;
}
#catalognav li .dropdown table tr.last td {
	border-bottom: 0;
}
#catalognav li .dropdown table tr th {
	background: #cdc6be;
	line-height: 30px;
	padding-top: 4px;
	color: #fff;
	width: 174px;
	font-size: 14px;
}
#catalognav li .dropdown table tr th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
}
#catalognav li .dropdown table tr td a {
	width: 88%;
	padding: 0 0 0 12%;
	background: none;
	color: #fff;
	line-height: 250%;
	display: block;
}
#catalognav li .dropdown table tr td a:hover {
	color: #cdc6be;
	background: #6b5f59;
}
#catalognav li .dropdown table tr td img {
	float: left;
	display: inline;
	margin-right: 6px;
}

/*------ End "Catalog Navigation" ------*/

/*----- Start "Intro Box" -----*/
#introbox {
	padding: 27px 3px 3px;
	margin-bottom: 27px;
	position: relative;
	overflow: hidden;
	width: 954px;
	height: 256px;
	background: #fff no-repeat;
}
#introbox .info {
	float: right;
	display: inline;
	margin: 0 21px 24px 0;
	background: no-repeat;
}
#introbox .info {
	padding: 13px 0 0 0 ;
	width: 472px;
	height: 190px;
}
#introbox .info .text {
	float: left;
	display: inline;
	width: 200px;
	padding-left: 20px;
	font-size: 14px;
	color: #001722;
}
#introbox a.full {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 34px;
}
#introbox .feature-imagemap {
	position: absolute;;
	top: 0;
	left: 0;
	width:960px;
	height:256px
}
#introbox .info .text p {
	padding-bottom: 8px;
	font-size: 11px;
}
#introbox .info .text .box-title {
	font-size: 18px;
}
#introbox .info .text .product-title {
	font-size: 29px;
	color: #97005e;
	line-height: 32px;
}
#introbox .info .text .product-name {
	font-size: 14px;
}
#introbox .info .text .link {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#introbox .nav li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 316px;
	margin-right: 3px;
}
#introbox .nav li.last {
	margin-right: 0;
}
#introbox .nav li a {
	float: left;
	display: inline;
	width: 312px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
}
#introbox .nav li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: url(/images/introbox-nav-bg.png) repeat 0 0;
}
#introbox .nav li a:hover,
#introbox .nav li a.active {
	background: #fff;
	color: #001722;
	text-decoration: none;
}
#introbox .nav li a img {
	float: left;
	display: inline;
	margin-right: 8px;
}
/*------ End "Intro Box" ------*/

/*----- Start "Products Featured & Multiply" -----*/
.featured {
	width: 474px;
}

.featured .title {
	float: left;
	display: inline;
	width: 56px;
	height: 358px;
	background: #fff;
	margin-right: 3px;
	position: relative;
	padding: 14px 17px;
}
.featured .title h2 {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.featured .title h2.best {
	height: 200px;
	width: 23px;
	background: url(/images/txt-best-sellers.gif);
}
.featured .title h2.new {
	width: 23px;
	height: 220px;
	background: url(/images/txt-new-products.gif);
}
.featured .title .blink {
	width: 72px;
}

.blink {
	display: block;
	height: 25px;
	line-height: 25px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding-left: 10px;
	text-align: left;
}
.blink {
	color: #fff;
	text-transform: uppercase;
	background: #5a4d48 url(/images/blink-arrow.png) no-repeat right center;
	font-weight: bold;
}
.blink:hover {
	background-color: #898077;
	text-decoration: none;
}

.multi-products {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.multi-products .category {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 18px;
	width: 192px;
	background: #fff no-repeat 15px 15px;
}
.multi-products .product {
	margin-bottom: 18px;
}

.product {
	position: relative;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 189px;
	margin-right: 3px;
	float: left;
	display: inline; /*height: 386px; */
	overflow: hidden;
}
.last-product {
	margin-right: 0;
}
.extend-product {
	overflow: visible;
}
.extend-product h3 {
	margin-left: -10px;
	text-indent: -9999px;
}
.product h3 {
	height: 36px;
	line-height: 36px;
	margin-bottom: 3px;
	background: #fff;
	padding-left: 10px;
}
.product h3 {
	overflow: hidden;
	font-size: 16px;
	color: #5a4d48;
	text-transform: uppercase;
	font-weight: normal;
}
.product .info {
	min-height: 339px;
	height: auto !important;
	height: 339px;
	padding: 4px;
	background: #fff;
	position: relative;
}
.product .info .blink {
	width: 171px;
}
.product .info .sold-out {
	width: 181px;
	color: #ccc;
	background: #999;
	text-align: center;
	padding: 0;
}
.product .info .sold-out:hover {
	color: #ccc;
	background: #999;
}
.product .info .new-product {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 21px;
	height: 100px;
	background: url(/images/sticker-new.gif) no-repeat;
}
.product .info .best-seller {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 24px;
	height: 113px;
	background: url(/images/sticker-best.gif) no-repeat;
}
.product .info .image {
	display: block;
	margin-bottom: 2px;
}
.product .info .desc {
	height: 15px;
	overflow: hidden;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	background: #ab9f93;
	padding-left: 10px;
}
.product .info .text {
	padding: 0 10px;
	height: 120px;
	position: absolute;
	top: 165px;
	left: 4px;
}
.product .info h4 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 3px;
}
.product .info .text p {
	font-size: 12px;
	color: #001722;
	padding-bottom: 5px;
}
.product .info .text p a {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.product .info .promotion {
	background-color: #C30072;
	color: #fff;
	position: absolute;
	bottom: 75px;
	line-height: 120%;
	padding: 8px 10px 6px;
	left: 2px;
	right: 2px;
}
.product .info .promotion a {
	color: #000;
	font-size: 10px;
}
.product .info .price {
	position: absolute;
	top: 287px;
	left: 15px;
	font-size: 16px;
	color: #505050;
}
.product .info .price s {
	font-size: 13px;
}
.product .info .text .price span {
	font-size: 12px;
}
.products-list .info {
}
.products-list .product {
	width: 189px;
	margin-right: 3px;
	float: left;
	display: inline;
	height: 360px;
	overflow: hidden;
}

.products-list .product .info .text p.small {
	font-size: 11px;
	color: #001722;
	padding-bottom: 10px;
	line-height: 14px;
}

.best-with-product h3 {
	margin-bottom: 0;
}
.best-with-product .info {
	margin-top: 3px;
	min-height: 144px;
	height: 144px;
}
.best-with-product .info-last {
	min-height: 145px;
	height: 145px;
}
.best-with-product .info-large {
	min-height: 164px;
	height: 164px;
}

.best-with-product .info h4 {
	font-size: 12px;
}
.best-with-product .info .text {
	height: auto;
	top: 63px;
}
.best-with-product .info .text p {
	line-height: 10px;
	font-size: 10px;
}
.best-with-product .info .text p a {
	font-size: 9px;
}
.best-with-product .info .price {
	font-size: 12px;
	top: 111px;
	color: #666666;
}
.best-with-product .info .blink {
	height: 20px;
	line-height: 20px;
}
/*----- End "Products Featured & Multiply" -----*/

/*----- Start "Footer" -----*/
#footer {
	margin-top: 26px;
}
#footer .blocks {
	background: #fff;
	margin-bottom: 1px;
	padding: 10px 3px 4px;
	height: 100%;
}
#footer .block {
	float: left;
	display: inline;
	width: 180px;
	margin-right: 3px;
	position: relative;
	height: 75px;
	padding-bottom: 44px;
	padding-left: 10px;
}
#footer .block img {
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer .block h2 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 4px;
	line-height: 18px;
}
#footer .block p {
	font-size: 12px;
	line-height: 16px;
}
#footer .mailing-block {
	width: 365px;
	margin-right: 0;
}
#footer .mailing-block form {
	padding: 7px 0;
}
#footer .mailing-block label {
	float: left;
	display: inline;
	font-size: 14px;
	line-height: 18px;
	margin-right: 8px;
}
#footer .mailing-block .field {
	border: solid 1px #a7a099;
	background: #ecebe9;
	font-size: 10px;
	color: #323232;
}
#footer .mailing-block .field {
	float: left;
	display: inline;
	width: 160px;
	padding: 2px 10px 1px;
}
#footer .mailing-block .button {
	float: left;
	display: inline;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 18px;
	height: 18px;
	border: 0;
}
#footer .mailing-block .button {
	margin-left: 2px;
	background: url(/images/mailing-block-button.gif);
}

#footer .copy {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #ab9f93;
}
#footer .copy a {
	color: #fff;
}
#footer .copy span {
	padding: 0 18px;
}
/*------ End "Footer" ------*/

/*----- Start "Breadcrumb" -----*/
.breadcrumb {
	height: 21px;
	line-height: 21px;
	background: url(/images/introbox-nav-bg.png) repeat 0 0;
	margin: 5px 0;
	padding-left: 10px;
	color: #fff;
}
.breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
/*------ End "Breadcrumb" ------*/

/*----- Start "Collections" -----*/
#collections {
	background: #fff;
	width: 100%;
}
#collections .head {
	float: left;
	display: inline;
	width: 75px;
	padding-top: 14px;
	padding-left: 17px;
}
#collections .head h2 {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 23px;
	height: 257px;
	background: url(/images/txt-our-collections.gif);
}
#collections .content {
	float: right;
	display: inline;
	width: 673px;
}
#collections .content .last {
	margin-bottom: 0;
}
#collections .collection {
	cursor: pointer;
	margin-bottom: 3px;
	width: 673px;
	height: 166px;
	position: relative;
}
#collections .collection .cnt {
	padding: 20px 45px 0 220px;
}
#collections .collection h2 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 5px;
}
#collections .collection p {
	padding-bottom: 5px;
}
#collections .collection .view {
	color: #121b1f;
	font-size: 10px;
	text-transform: uppercase;
}
#collections.collections-alternative {
	padding: 2px;
}
#collections.collections-alternative .head {
	display: none;
}
#collections.collections-alternative .head {
	display: none;
}
#collections.collections-alternative .content {
	float: left;
}
#collections.collections-alternative .collection .cnt {
	padding: 20px 0px 0 305px;
}
/*------ End "Collections" ------*/

/*----- Start "Page Headings" -----*/
#page-heading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	background: #fff no-repeat;
	margin-bottom: 20px;
	width: 100%;
}
#page-heading .cover {
	background: url('/images/95ffff.png');
	overflow: hidden;
	padding: 20px 0 15px;
	width: 100%;
}
#page-heading .title {
	float: left;
	display: inline;
	width: 235px;
	padding-left: 20px;
	text-align: right;
}
#page-heading .title a.more {
	float: right;
	display: inline;
	padding-left: 20px;
	margin-top: 5px;
}
#page-heading .title a.more {
	font-size: 10px;
	color: #001722;
	background: url(/images/link-more.gif) no-repeat 0 0;
	line-height: 14px;
	text-transform: uppercase;
}
#page-heading .content {
	float: left;
	display: inline;
	width: 460px;
	margin-left: 20px;
	font-size: 13px;
}
#page-heading .content p {
	padding-bottom: 10px;
}

#page-heading.type_1 .title h2 {
	font-size: 30px;
	line-height: 32px;
	color: #001722;
	font-weight: normal;
}
#page-heading.type_1 .title h3 {
	font-size: 38px;
	line-height: 40px;
	color: #001722;
	font-weight: normal;
}

#page-heading.type_2 .title {
	display: block;
	width: auto;
	padding-left: 20px;
}
#page-heading.type_2 .title h2 {
	display: inline;
	font-size: 32px;
	line-height: 34px;
	color: #001722;
	font-weight: normal;
}
#page-heading.type_2 .title h3 {
	display: inline;
	font-size: 18px;
	line-height: 20px;
	color: #001722;
	font-weight: normal;
	margin-left: 8px;
}

#page-heading.type_3 .title {
	display: block;
	width: auto;
	padding-left: 30px;
}
#page-heading.type_3 .title h2 {
	font-size: 32px;
	line-height: 40px;
	color: #001722;
	font-weight: normal;
}
#page-heading.type_3 .title h2 span {
	font-size: 24px;
}
#heading-promotion {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
#heading-promotion a.promo-terms {
	float: right;
	font-size: 10px;
	margin-right: 5px;
}
#heading-promotion div {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 280px;
	text-align: right;
}
#heading-promotion div h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 100%;
}

#heading-promotion div h3 {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	margin-top: 8px;
}
/*------ End "Page Headings" ------*/

/*----- Start "Category Filter" -----*/
#category-filter {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	background: #5a4d48;
	color: #fff;
	margin: -20px 0 20px;
	padding: 5px 20px;
}
#category-filter span {
	text-transform: uppercase;
}
#category-filter a {
	color: #fff;
	margin-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
/*------ End "Category Filter" ------*/

/*----- Start "List Filter" -----*/
#list-filter-bar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	background: #ab9f93;
	color: #fff;
	margin: -20px 0 20px;
	padding: 5px;
	text-align: right;
}
#list-filter-bar span {
	text-transform: uppercase;
	font-weight: bold;
}
#list-filter-bar a {
	vertical-align: middle;
	margin-left: 5px;
}

#list-filter {
	display: none;
	color: #fff;
	margin: -20px 0 20px;
	text-transform: uppercase;
}
#list-filter div.reset {
	padding: 10px;
	background: #cdc6be;
	font-size: 14px;
}
#list-filter div.reset a {
	color: #fff;
}
#list-filter table {
	background: #5a4d48;
	font-size: 11px;
}
#list-filter table tr td {
	line-height: 25px;
	border-bottom: solid 1px #7c716b;
	padding-left: 20px;
}
#list-filter table tr.last td {
	border-bottom: 0;
}
#list-filter table tr th {
	background: #cdc6be;
	line-height: 30px;
	padding-top: 4px;
	color: #fff;
	font-size: 14px;
}
#list-filter table tr th {
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
	width: 33%;
}
#list-filter table tr td img {
	float: left;
	margin-right: 5px;
}
#list-filter table tr td input {
	float: left;
	margin: 5px 5px 0 0;
}
/*------ End "List Filter" ------*/

/*----- Start "Detailed Page" -----*/
#detailed {
	margin-bottom: 10px;
	width: 100%;
	background: url('/images/product-detail-background.png') repeat-y;
}
#detailed .image {
	float: left;
	display: inline;
	width: 383px;
}

#detailed .info {
	width: 576px;
	float: right;
	display: inline;
}
#detailed .info .promotion {
	text-align: center;
	background-color: #C30072;
	color: #fff;
	padding: 8px 10px 6px;
	font-size: 14px;
}
#detailed .info .promotion a {
	color: #000;
	font-size: 10px;
}
#detailed .info .main {
	height: 105px;
	padding-left: 22px;
	padding-top: 15px;
	font-size: 18px;
	color: #1f1f1f;
	line-height: 20px;
}
#detailed .info .main h3 {
	font-size: 18px;
	font-weight: normal;
	color: #7f8084;
	line-height: 24px;
	text-transform: uppercase;
}
#detailed .info .main h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	margin-left: -2px;
	font-size: 30px;
	font-weight: normal;
	color: #373d2a;
	line-height: 32px;
	text-transform: uppercase;
}
#detailed .info .main h2 a {
	font-size: 10px;
	color: #001722;
	background: url(/images/link-more.gif) no-repeat 0 0;
	line-height: 14px;
	text-transform: uppercase;
	padding: 2px 0 2px 20px;
	margin-left: 10px;
}
#detailed .info .properties .specialty {
	background-color: #AB9F93;
	color: #fff;
	font-size: 12px;
	padding: 4px 30px;
}
#detailed .info .properties {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	min-height: 139px;
	height: auto !important;
	height: 139px;

}
#detailed .info .properties h2 {
	font-size: 22px;
	color: #292f1d;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	line-height: 26px;
}
#detailed .info .properties ul li {
	color: #33454e;
	list-style-type: none;
	padding-bottom: 5px;
}
#detailed .info .properties .cnt {
	padding: 20px 15px 15px 30px;
}

#detailed .info .color {
	padding: 10px 15px 13px 25px;
	background: #fff;
	height: 56px;
}
#detailed .info .color .gallery {
	width: 50%;
	float: left;
}
#detailed .info .color .gallery a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	margin: 1px;
	padding: 2px;
}
#detailed .info .color .gallery a.active,
#detailed .info .color .gallery a:hover {
	border-color: #666;
	text-decoration: none;
}
#detailed .info .color .gallery a span {
	display: block;
	width: 16px;
	height: 20px;
	background: #ccc;
	color: #fff;
	padding: 2px 4px;
	font-size: 10px;
}
#detailed .info .color .gallery a.small {
	padding: 1px;
	width: 16px;
	height: 16px;
}
#detailed .info .color .gallery a.small span {
	padding: 1px;
	width: 14px;
	height: 14px;
}
#detailed .info .color .current-color {
	float: right;
	width: 50%;
	display: block;
	background: #333333;
	height: 100%;
	text-align: center;
}
#detailed .info .color .current-color span {
	height: 55px;
	margin-top: 20px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}
#detailed .info .addbox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	overflow: hidden;
	background: #32151c;
	color: #fff;
	width: 533px;
	font-size: 14px;
	padding: 10px 13px 11px 30px;
}
#detailed .info .addbox p {
	float: left;
	font-size: 13px;
	margin: 10px 0 2px 3px;
}
#detailed .info .addbox h2 {
	float: left;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
	clear: left;
}
#detailed .info .addbox h2 span {
	font-size: 15px;
}
#detailed .info .addbox .add {
	float: right;
	display: block;
	width: 261px;
	height: 28px;
	padding-left: 10px;
	font-size: 14px;
	color: #32151c;
	text-transform: uppercase;
	line-height: 28px;
	margin: 19px 0 4px;
	background: #fff url('/images/detail-add-to-bag-arrow.png') no-repeat 257px center;
}
#detailed .info .addbox .add:hover {
	background: #cdcdcd url('/images/detail-add-to-bag-arrow-over.png') no-repeat 257px center;
	color: #000;
	text-decoration: none;
}
#detailed .info .addbox .sold-out {
	color: #ccc;
	background: #999;
	width: 271px;
	text-align: center;
	padding: 0;
}
#detailed .info .addbox .sold-out:hover {
	color: #ccc;
	background: #999;
}
#detailed .info .ingredient {
	background: url('/images/ingredient-preview.jpg') no-repeat;;
	height: 79px;
}
/*------ End "Detailed Page" ------*/

/*----- Start "Ingredients" -----*/
.ingredients {
	background: #AB9F93;
	color: #fff;
	padding: 6px 12px;
}
/*------ End "Ingredients" ------*/

/*----- Start "Formulations" -----*/
.formulations {
	width: 100%;
	margin-bottom: 10px;
}
.formulations h2 {
	padding-left: 15px;
	margin-bottom: 3px;
	line-height: 41px;
}
.formulations h2 {
	background: #fff;
	font-size: 20px;
	color: #392c24;
	font-weight: normal;
	text-transform: uppercase;
}
.formulations .content {
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 3px;
	font-size: 11px;
	color: #3c3c3c;
	text-transform: uppercase;
}
.formulations .content .col {
	float: left;
	display: inline;
	width: 230px;
}
.formulations .content .col li {
	list-style-type: none;
}
.formulations .content .col li span {
	font-weight: bold;
	color: #ef8700;
	float: left;
	display: inline;
	width: 38px;
}
.formulations .bot-info {
	font-size: 11px;
	color: #3c3c3c;
	text-transform: uppercase;
	background: #fff;
	padding: 11px 17px;
}
/*------ End "Formulations" ------*/

/*----- Start "Results" -----*/
.results {
	width: 100%;
	margin-bottom: 10px;
}
.results h2 {
	padding-left: 15px;
	margin-bottom: 3px;
	line-height: 41px;
}
.results h2 {
	background: #fff;
	font-size: 20px;
	color: #392c24;
	font-weight: normal;
	text-transform: uppercase;
}
.results .left-side {
	float: left;
	display: inline;
	width: 576px;
}
.results .left-side .block {
	background: #fff;
	margin-bottom: 3px;
	padding: 20px 60px 10px 15px;
}
.results .left-side .block h3 {
	font-size: 17px;
	color: #001722;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
}
.results .left-side .block p {
	padding-bottom: 5px;
}
.results .left-side .banner {
	display: block;
}
.results .right-side {
	float: right;
	display: inline;
	width: 380px;
}
.results .right-side .before-after {
	height: 176px;
	padding: 9px;
	background: #fff;
	margin-bottom: 4px;
}
.results .right-side .before-after .box img {
	display: block;
}
.results .right-side .before-after .box p {
	color: #fff;
	background: #c4bcb2;
	line-height: 32px;
	font-size: 21px;
	text-transform: uppercase;
	padding-left: 9px;
}
.results .right-side .also-like {
}
.results .right-side .also-like h2 {
	float: left;
	display: inline;
	width: 64px;
	height: 293px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.results .right-side .also-like h2 {
	background: url(/images/txt-also-like.gif);
	padding-left: 0;
	margin-right: 3px;
}
.results .right-side .also-like .scroll {
	float: right;
	display: inline;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	width: 20px;
	height: 293px;
}
.results .right-side .also-like .scroll {
	background: url(/images/scroll.gif);
}
.results .right-side .also-like .content {
	width: 313px;
	height: 293px;
	overflow: hidden;
	float: left;
	display: inline;
}
.results .right-side .also-like .content .product {
	width: 155px;
}
.results .right-side .also-like .content .product .info {
	height: 246px;
	min-height: 246px;
}
.results .right-side .also-like .content .product .info h4 {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
}
.results .right-side .also-like .content .product .info .blink {
	width: 137px;
	height: 22px;
	line-height: 22px;
}
.results .right-side .also-like .content .product .info .price {
	top: 192px;
}
.results .right-side .also-like .content .product .info .text {
	height: 100px;
	top: 118px;
}
/*------ End "Results" ------*/

/*----- Start "Inner Nav" ------*/
#inner-nav {
	height: 33px;
	line-height: 33px;
	padding-bottom: 7px
}
#inner-nav ul {
	list-style-type: none;
}
#inner-nav li {
	float: left;
	display: inline;
}
#inner-nav li a {
	float: left;
	display: inline;
	color: #fff;
	background: #c4bcb2;
	text-align: center;
	margin-right: 2px;
	font-size: 15px;
}
#inner-nav li a:hover {
	background: #fff;
	color: #781355;
	text-decoration: none;
}
#inner-nav li a.active {
	background: #fff;
	color: #781355;
	text-decoration: none;
}
#inner-nav li.first {
	width: 148px;
	color: #fff;
	background: #c4bcb2;
	text-align: center;
	margin-right: 2px;
	font-size: 15px;
}
#inner-nav li a.samples {
	width: 156px;
}
#inner-nav li a.billing {
	width: 240px;
}
#inner-nav li a.payment {
	width: 218px;
}
#inner-nav li a.confirmation {
	width: 190px
}
#inner-nav li.last a {
	margin-right: 0
}
/*----- End "Inner Nav" ------*/

/*----- Start "Pink Strip" ------*/
.pink-strip {
	height: 65px;
	background: #781355;
	padding-left: 35px
}
.pink-strip h2 {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	line-height: 65px;
	float: left;
	display: inline;
}
.pink-strip h3 {
	font-size: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 65px;
	float: right;
	display: inline;
	padding-right: 45px
}
.pink-strip .links {
	float: right;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	padding-right: 18px;
	padding-top: 24px;
}
.pink-strip .links li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-left: 15px;
	padding-left: 27px;
	color: #fff;
	font-size: 13px;
}
.pink-strip .links li.phone {
	background: url(/images/grey-phone.gif) no-repeat 0 center;
}
.pink-strip .links li.phone strong {
	font-size: 16px;
	line-height: 18px;
}
/*----- End "Pink Strip" ------*/

/*----- Start "Grey Strip" ------*/
.grey-strip {
	height: 30px;
	background: #c4bcb2;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	padding-left: 38px;
	margin: 8px 0 10px 0
}
/*----- End "Grey Strip" ------*/

/*----- "Start Select" ------*/
.select {
	position: absolute;
	bottom: 4px;
	width: 181px;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	left: 4px;
}
.select a {
	height: 18px;
	background: #5a4d48 url(/images/square.gif) no-repeat 4px 5px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	padding-left: 21px;
}
.select a:hover {
	text-decoration: none;
	background: #781355 url(/images/cross.gif) no-repeat 4px 5px;
}
.select a.active {
	text-decoration: none;
	background: #781355 url(/images/cross.gif) no-repeat 4px 5px;
}
/*----- End "Select" ------*/

/*----- Start "Bottom Strip" ------*/
.bottom-strip {
	height: 39px;
	color: #fff;
	font-size: 15px;
	margin-top: 5px
}
.bottom-strip p {
	height: 39px;
	background: #c4bcb2;
	color: #fff;
	font-size: 15px;
	width: 750px;
	text-align: right;
	padding-right: 18px;
	line-height: 39px;
	float: left;
	display: inline;
}
.bottom-strip a {
	height: 39px;
	background: #781355 url(/images/checkout-arrow.png) no-repeat 175px center;
	color: #fff;
	font-size: 18px;
	width: 178px;
	line-height: 39px;
	float: right;
	display: inline;
	text-transform: uppercase;
	padding-left: 12px;
}
.bottom-strip a:hover {
	text-decoration: none;
	background: #5A4D48 url(/images/checkout-arrow-over.png) no-repeat 175px center;
}
/*----- End "Bottom Strip" ------*/

/*----- Start "Logo Frame" ------*/
.logo-frame {
	padding-top: 22px;
}
/*----- End "Logo Frame" ------*/
/*----- Start "Footer Holder" ------*/
.footer-holder #footer {
	margin-top: 18px
}
/*----- End "Footer Holder" ------*/

/*----- Start "Frame" ------*/
.frame {
	background: #fff;
	padding-bottom: 25px;
	margin-top: 7px
}
/*----- End "Frame" ------*/

/*----- Start "Billing Info" ------*/
.billing-info {
	width: 960px;
}
/*----- End "Billing Info" ------*/

/*----- Start "Toping" ------*/
.toping {
	height: 54px;
	background: #c4bcb2;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	width: 460px;
	float: left;
	display: inline;
}
.toping span, .toping-right span {
	font-size: 20px;
}
.toping p {
	width: 390px;
	padding-left: 35px
}
.toping-right p {
	padding-left: 21px;
}
.toping-right {
	width: 474px;
	float: right;
	display: inline;
	color: #fff;
	line-height: 20px;
	padding-top: 20px;
	background: #c4bcb2;
	height: 44px
}
/*----- End "Toping" ------*/
/*----- Start "Billing Form" ------*/
.billing-form {
	background: #fff url('/images/checkout-billing-background.jpg') no-repeat 488px 32px;
}
.billing-form form {
}
.billing-form span.error {
	text-align: right;
	display: block;
	margin: 5px 6% 0 0;
	float: left;
	width: 94%;
	color: #ff0000;
}
.billing-form .field {
	width: 293px;
	float: left;
	display: inline;
	border: solid 1px #bcb7b2;
	padding: 1px 0;
	padding-left: 2px;
	font-size: 13px;
	line-height: 15px;
	margin-top: 14px;
}
.billing-form p.mandatory {
	font-size: 90%;
	margin-top: 15px;
}
.billing-form label {
	margin-top: 14px;
	float: left;
	display: inline;
	width: 102px;
	font-size: 13px;
	color: #4d4d4d;
}
.billing-form .btnp input {
	width: 194px;
	height: 38px;
	background: #781355 url(/images/checkout-arrow.png) no-repeat 175px center;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-align: left;
	padding-left: 9px;
	float: right;
	display: inline;
	margin-right: 37px;
	margin-top: 18px;
	cursor: pointer;
}
.billing-form .btnp input:hover {
	background: #5a4d48 url(/images/checkout-arrow-over.png) no-repeat 175px center;
}

.billing-form label.small {
	font-size: 11px;
	color: #898077;
	padding-left: 75px;
	width: 198px;
}
.billing-form .ship-to label.small {
	padding: 0;
	width: 125px;
}
.billing-form .check {
	height: 13px;
	width: 13px;
	vertical-align: bottom;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 12px
}
.billing-form .dropdown {
	float: left;
	display: inline;
	width: 297px;
	padding: 3px 0;
	color: #001722;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 14px;
}
.billing-form a {
	color: #898077;
	font-size: 9px;
	text-transform: uppercase;
	margin-left: 102px;
	margin-top: 5px;
	float: left ;
	display: inline;
}
.billing-form .warning-color {
	background-color: #FFA;
}
.billing-form .shipping-fragrance-ca,
#fragrances-shipmethod {
	font-size:11px;
	margin-left:102px;
	margin-top:5px;
	width: 293px;
}
#fragrances-shipmethod {
	color: #898077;
}
.billing-form .shipping-fragrance-ca a {
	margin: 0px;
}
.check-holder {
	background: #c4bcb2;
	width: 284px;
	margin-left: 102px;
	padding-top: 9px;
	height: 22px;
	padding-left: 10px;
	margin-top: 15px;
}
.check-holder label {
	color: #fff;
	width: 260px;
	line-height: 14px;
	padding-left: 5px;
	margin: 0;
}
.left-part {
	width: 420px;
	float: left;
	display: inline;
	padding-left: 38px;
}
.right-part {
	width: 420px;
	float: right;
	display: inline;
	padding-right: 20px
}
/*----- End "Billing Form" ------*/

/*----- Start "Information" ------*/
.information {
	background: #fff;
	font-size: 13px;
	margin-top: 7px;
	padding-bottom: 15px;
}
.information a.pink {
	width: 112px;
	height: 25px;
	display: block;
	background: #781355;
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 14px;
	margin-left: 35px;
	margin-bottom: 8px
}
.information a:hover.pink {
	text-decoration: none;
}
.information a.pink span {
	padding-left: 60px
}

/*----- End "Information" ------*/
.payment-form span.error {
	text-align: right;
	display: block;
	margin: 5px 8% 0 0;
	float: left;
	width: 92%;
	color: #ff0000;
}
.payment-info {
	padding-left: 40px;
}
.payment-info label {
	float: left;
	display: inline;
	width: 113px;
	font-size: 13px;
	margin-top: 14px;
	color: #4d4d4d;
	line-height: 21px;
}
.payment-info .field {
	float: left;
	display: inline;
	margin-top: 14px;
	border: solid 1px #bcb7b2;
	width: 250px;
}
.payment-info .sm-field {
	width: 122px;
}
.payment-info .hint {
	float: left;
	display: inline;
	margin-left: 7px;
	color: #898077;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 21px;
	margin-top: 14px;
}
.payment-info select.field {
	width: 252px;
	padding: 1px 0;
	color: #001722;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 14px;
}
.payment-info select.sm-field {
	width: 122px;
}
.payment-info .multi-fields .field {
	margin-right: 7px;
}
.information .edit {
	padding-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.information .edit a {
	color: #4d4d4d;
}


/*----- Start "Order" ------*/
.order {
	float: left;
	display: inline;
	width: 432px;
	padding-right: 15px;
	background: #fff;
}
.order .top {
	background: #c4bcb2;
	height: 54px;
	color: #fff;
	line-height: 54px;
	font-size: 20px;
	margin-bottom: 10px;
}
.order .top p {
	padding-left: 35px;
	padding-bottom: 0
}
.order p {
	padding-left: 35px;
	padding-bottom: 10px
}
.order p em {
	font-size: 16px;
	font-style: normal;
}
/*----- End "Order" ------*/

/*----- Start "Billing Address" ------*/
.billing-address, .shipping-address {
	float: left;
	display: inline;
	width: 241px;
	padding-right: 15px;
	background: #fff;
	height: 100%;
}
.billing-address p, .shipping-address p {
	color: #4d4d4d;
	padding-left: 32px;
}
.billing-address .top, .shipping-address .top {
	background: #c4bcb2;
	height: 54px;
	color: #fff;
	line-height: 54px;
	font-size: 20px;
	margin-bottom: 11px;
}
.billing-address .top p , .shipping-address .top p {
	padding-left: 35px;
	color: #fff;
}
.shipping-address p.grey {
	background: #c4bcb2;
	height: 24px;
	line-height: 24px;
	color: #fff;
	margin-top: 30px
}
/*----- End "Billing Address" ------*/

.order-summary {
	height: 55px;
	background: #c4bcb2;
	font-size: 20px;
	padding-left: 35px;
	color: #fff;
	line-height: 55px;
	margin-top: 8px;
}
.item-info {
	margin-top: 4px;
}
.item-info td {
	background: #fff;
	border-bottom: solid 2px #898077;
	padding: 10px;
}
.item-info th {
	background: #c4bcb2;
	height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
	text-align: center;
	border-bottom: solid 4px #898077;
}
.item-info th.first {
	text-align: left;
	padding-left: 35px;
	width: 410px;
}
.item-info td.image {
	width: 95px;
	vertical-align: top;
}
.item-info td.description {
	vertical-align: top;
	width: 350px;
}
.item-info td.qty,
.item-info td.remove {
	width: 100px;
	text-align: center;
}
.item-info td.gift-wrapping {
font-size: 14px;
line-height: 35px;
color: #7f8084;
}
.item-info td #gift-wrapping-add {
	margin: 0 10px;
}
.item-info #gift-wrapping-message-container {
	overflow: hidden;
}
.item-info #gift-wrapping-message-container td {
	color: #7f8084;
	font-size: 12px;
	padding-top: 20px;
	line-height: 150%;
}
.item-info #gift-wrapping-message-container td.help {
	padding-left: 20px;
}
.item-info #gift-wrapping-message-container textarea,
.item-info #gift-wrapping-message-container input {
	float: right;
	width: 100%;
	border: 1px solid #7f8084;
}
.item-info #gift-wrapping-message-container textarea {
	height: 80px;
}
.item-info #gift-wrapping-message-container a {
	clear: right;
	float: right;
	position: relative;
	width: 105px;
	margin-right: 4px;
}
.item-info td.price {
	color: #7f8084;
	text-align: right;
	width: 85px;
	padding-right: 20px
}
.item-info td.total {
	font-size: 19px;
	font-weight: normal;
	color: #7f8084;
	text-align: center;
	width: 100px;
}
.item-info td.description ul {
	font-size: 11px;
	color: #781355;
	list-style: none;
	margin-top: 5px;
}
.item-info td.description ul span {
	font-size: 11px;
	color: #ff0000;
}
.item-info td.remove a {
	background: url(/images/remove.gif);
	height: 19px;
	width: 19px;
	display: block;
	margin: 0 auto;
	text-indent: -4000px;
	font-size: 0;
	line-height: 0;
}
.item-info td.price strong {
	font-size: 19px;
	font-weight: normal;
}
.item-info td.price span {
	background: url(/images/dot.gif) repeat-x 0 center
}
.item-info td span {
	font-size: 14px;
	text-transform: uppercase;
}
.item-info td span.olive {
	color: #575603;
}
.item-info td span.red {
	color: #d33633;
}
.item-info td span.color {
	background: #ffcccc;
	height: 12px;
	width: 12px;
	line-height: 12px;
	float: left;
	display: inline;
	margin-right: 5px;
	margin-top: 2px;
}
.item-info td strong {
	color: #7f8084;
	font-weight: bold;
	text-transform: uppercase;
}
.item-info td.description p.big {
	color: #7f8084;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 4px
}
.item-info td.description a {
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
.totalized {
	width: 400px;
	float: right;
	display: inline;
	padding-right: 22px;
	padding-top: 15px
}
.totalized ul {
	float: left;
	display: inline;
	list-style-type: none;
	color: #fff;
	width: 188px;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}
.totalized .grand {
	border-top: solid 2px #fff;
	margin-top: 12px
}
.totalized .grand h2,
.totalized .grand h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
}
.totalized .grand h2 {
	float: left;
}

.totalized .grand h3 {
	padding-right: 22px;
	float: right;
}

.totalized .btnp input {
	width: 415px;
	height: 38px;
	background: #781355 url(/images/checkout-arrow.png) no-repeat 395px center;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-align: left;
	padding-left: 9px;
	float: right;
	display: inline;
	cursor: pointer;
}
.totalized .btnp input:hover {
	background: #5a4d48 url(/images/checkout-arrow-over.png) no-repeat 395px center;
}

/*----- Start "Location" ------*/
.location {
	height: 21px;
	background: #c4bcb2;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	padding-left: 12px;
	margin-bottom: 5px
}
.location span {
	margin-left: 3px;
}
.location a {
	color: #fff;
	text-decoration: underline;
	margin-right: 3px;
}
.location a:hover {
	text-decoration: none;
}
/*----- End "Location" ------*/

/*----- Start "Promo" ------*/
#promo {
	height: 66px;
	background: #c4bcb2;
	margin-bottom: 9px;
	margin-top: 9px;
	overflow: hidden;
}
#promo h3 {
	line-height: 62px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	float: left;
	display: inline;
	padding-left: 35px;
}
#promo a.promo-terms {
	float: left;
	clear: left;
	padding-left: 35px;
	margin-top: -23px;
	font-size: 10px;
}
#promo a.remove-coupon {
	color: #fff;
	font-size: 12px;
	text-transform: none;
}
#promo .message {
	text-align: right;
	font-size: 115%;
	height: 60px;
	line-height: 1;
	width: 460px;
	display: table;
	vertical-align: middle;
}
#promo .message p {
	display: table-cell;
	vertical-align: middle;
}
#promo .apply-form {
	margin: 0 15px 0 auto;
	width: 600px;
	padding-top: 12px
}
#promo .apply-form .field {
	margin-top: 5px;
	width: 128px;
	padding: 2px 0 3px 0;
	padding-left: 2px;
	border: solid 1px #988f86;
	float: left;
	margin-left: 10px;
	display: inline;
	font-size: 13px;
	line-height: 18px;
}
#promo .apply-form label {
	font-size: 13px;
	color: #fff;
	float: left;
	display: inline;
	padding-right: 10px;
	line-height: 25px;
}
#promo .apply-form label span {
	color: #222;
	font-size: 11px;
	line-height: 125%;
}
#promo .apply-form .btnp {
	padding-top: 5px;
	overflow: hidden;
}
#promo .apply-form .btnp a.blink {
	position: relative;
	margin-top: 4px;
	width: 95px;
	height: 22px;
	line-height: 22px;
}
.apply-form .btnp input:hover {
	background: #898077;
}
/*----- End "Promo" ------*/

/*----- Start "Perfect" ------*/
.perfect {
	height: 178px;
}
.perfect .pick {
	height: 178px;
	width: 341px;
	float: left;
	display: inline;
	background-color: #781355;
	color: #fff;
	padding-left: 35px
}
.perfect .pick h3 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 14px
}
/*----- End "Perfect" ------*/

/*----- Start "Product Box" ------*/
.product-box {
	width: 139px;
	padding: 0 2px;
	padding-bottom: 2px;
	float: left;
	display: inline;
	background: #fff;
	margin-left: 3px
}
.product-box a.image {
	display: block;
	padding-top: 5px
}
.product-box h4 {
	color: #ed6400;
	text-transform: uppercase;
	font-weight: normal;
	padding: 7px 0 3px 0 ;
	padding-left: 12px;
}
.product-box p.tiny {
	font-size: 10px;
	padding-left: 12px;
	line-height: 11px;
	padding-bottom: 7px
}
.product-box .select a {
	background: #001722 url(/images/square.gif) no-repeat 4px 5px;
	font-size: 10px;
	padding-left: 21px;
	line-height: 19px;
}
.product-box .select a:hover {
	background: #781355 url(/images/cross.gif) no-repeat 4px 5px;
	font-size: 10px;
	padding-left: 21px;
	line-height: 19px;
}
.product-box .select a.active {
	background: #781355 url(/images/cross.gif) no-repeat 4px 5px;
	font-size: 10px;
	padding-left: 21px;
	line-height: 19px;
}
/*----- End "Product Box" ------*/

/*----- Start "Bottom" ------*/
.bottom {
	padding-top: 10px
}
.bottom .also-like {
	float: left;
	display: inline;
	width: 390px
}
.bottom .also-like h2 {
	float: left;
	display: inline;
	width: 64px;
	height: 293px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.bottom .also-like h2 {
	background: url(/images/txt-also-like.gif);
	padding-left: 0;
	margin-right: 3px;
}
.bottom .also-like .content {
	width: 309px;
	height: 293px;
	overflow: hidden;
	float: left;
	display: inline;
}
.bottom .also-like .content .product {
	width: 153px;
}
.bottom .also-like .content .product .info {
	height: 246px;
	position: relative;
	min-height: 246px;
}
.bottom .also-like .content .product .info h4 {
	font-size: 14px;
	font-family: Courier, Arial, Helvetica, Sans-Serif;
	line-height: 16px;
	padding: 0;
}
.bottom .also-like .content .product .info .blink {
	width: 123px;
	height: 20px;
	line-height: 20px;
}
.bottom .also-like .content .product .info .text {
	height: 100px;
}
/*----- End "Bottom" ------*/

/*----- Start "Merchandise" ------*/
.merchandise {
	float: right;
	padding-right: 20px;
}
.merchandise .totals {
	position: relative;
	float: right;
	clear: right;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 150%;
	width: 100%;
}
.merchandise .totals h2 {
	position: absolute;
	bottom: 0;
	right: 165px;
	width: 200px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.merchandise #pre-discount {
	text-decoration: line-through;
}
.merchandise #discount {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.merchandise #discount span {
	font-size: 12px;
	padding-right: 10px;
	color: #eee;
}
.merchandise #subtotal {
	font-size: 24px;
}
.merchandise .totals ul {
	float: right;
	clear: right;
	text-align: right;
	line-height: 150%;
	padding:0 20px;
	color: #781355;
	font-size: 12px;
	list-style: none;
}
.merchandise .totals ul span {
	color: #c80000;
}
.merchandise .totals p {
	padding: 0 20px;
	width: 150px;
	float: right;
	clear: right;
	text-align: right;
	color: #fff;
	font-weight: normal;
}

.merchandise .buttons {
	width: 100%;
	float: right;
	clear: right;
}
.merchandise .buttons a.checkout {
	float: right;
	width: 181px;
	height: 37px;
	padding-left: 12px;
	background: #781355 url(/images/checkout-arrow.png) no-repeat 175px center;
	display: block;
	text-transform: uppercase;
	color: #fff;
	line-height: 37px;
	font-size: 15px;
	margin-top: 15px;
}
.merchandise .buttons a.checkout:hover {
	text-decoration: none;
	background: #5A4D48 url(/images/checkout-arrow-over.png) no-repeat 175px center;
}
.merchandise .buttons a.continue {
	float: right;
	display: block;
	width: 168px;
	height: 37px;
	background: #c4bcb2 url(/images/continue-arrow.png) no-repeat 10px center;
	color: #fff;
	font-size: 15px;
	line-height: 37px;
	padding-left: 25px;
	margin: 15px 15px 0 0;
}
.merchandise .buttons a.continue:hover {
	background: #5A4D48 url(/images/continue-arrow-over.png) no-repeat 10px center;
	text-decoration: none;
}
/*----- End "Merchsandise" ------*/

.logo-frame {
	padding-top: 15px;
}

/*----- Start "Get the look"  overview ------*/
#getthelook-overview {
	background: #fff;
	padding: 2px 2px 0;
}
#getthelook-overview .look {
	cursor: pointer;
	padding-bottom: 2px;
	position: relative;
}
#getthelook-overview .look .main-image {
	float: left;
	display: inline;
	margin-right: 11px;
}
#getthelook-overview .look .cnt {
	float: left;
	display: inline;
	width: 330px;
	padding-top: 25px;
	padding-right: 110px;
	font-size: 11px;
	color: #000000;
}
#getthelook-overview .look .cnt p {
	padding-bottom: 6px;
}
#getthelook-overview .look a.view-the-look {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 107px;
	height: 93px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 160px;
	background: url('/images/look-button.png') no-repeat 0 0;
	border: 1px solid #fff;
}
#getthelook-overview .look a.view-the-look:hover {
border-color: #ccc;
text-decoration: none;
}
#getthelook-overview .look .cnt h2 {
	font-size: 28px;
	line-height: 29px;
	color: #000;
	font-weight: normal;
	padding-bottom: 8px;
}
/*----- End "Get the look" overview ------*/

/*----- Start "Get the look" detail ------*/
#getthelook .slogan {
	height: 270px;
	margin-bottom: 20px;
	padding: 37px 375px 0 40px;
	color: #fff;
	background: #666 no-repeat 0 0;
}
#getthelook .slogan p {
	padding-bottom: 6px;
}
#getthelook .slogan h2 {
	font-size: 51px;
	line-height: 51px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
#getthelook .slogan h4 {
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	padding-bottom: 10px;
}
#greenlook-slogan h2 {
	color: #9dac7c;
}

#getthelook .steps .step {
	height: 220px;
	margin-bottom: 4px;
}
#getthelook .steps .step .step-intro {
	overflow: hidden;
	float: left;
	display: inline;
	width: 376px;
	background: #fff;
	height: 220px;
}
#getthelook .steps .step .step-intro img {
	float: left;
	display: inline;
	height: 220px;
	width: 191px;
}
#getthelook .steps .step .step-intro .txt {
	float: left;
	display: inline;
	width: 140px;
	padding: 20px 0 0 25px;
	font-size: 11px;
	color: #293135;
}
#getthelook .steps .step .step-intro .txt h2 {
	font-size: 25px;
	color: #293135;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 10px;
}
#getthelook .steps .step .products {
	height: 220px;
	background: #fff;
	width: 386px;
	float: right;
	display: inline;
}
#getthelook .steps .step .products .wide-product {
	padding: 15px 10px 10px;
	width: 366px;
	position: relative;
	height: 84px;
	border-bottom: solid 2px #898077;
}
#getthelook .steps .step .products .wide-product-last {
	border: 0;
}
#getthelook .steps .step .products .wide-product .image {
	float: left;
	display: inline;
}
#getthelook .steps .step .products .wide-product .info {
	float: left;
	display: inline;
	width: 145px;
	height: 84px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 16px;
	position: relative;
}
#getthelook .steps .step .products .wide-product .info a {
	font-size: 9px;
	text-transform: uppercase;
	color: #3b4146;
	display: block;
}
#getthelook .steps .step .products .wide-product .info .prize {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: normal;
	color: #7f8084;
}
#getthelook .steps .step .products .wide-product .info .title {
	color: #ed6400;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#getthelook .steps .step .products .wide-product .links {
	float: left;
	display: inline;
	width: 146px;
	position: relative;
	height: 84px;
}
#getthelook .steps .step .products .wide-product .links .pr-num {
	float: left;
	display: inline;
	width: 24px;
	height: 27px;
	background: #d32435;
	color: #fff;
	line-height: 16px;
	font-size: 11px;
	padding-left: 3px;
	margin-right: 10px;
}
#getthelook .steps .step .products .wide-product .links .color {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #41494c;
}
#getthelook .steps .step .products .wide-product .links .add {
	display: block;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	height: 20px;
	width: 137px;
	border: 1px solid #fff;
	padding-left: 10px;
	position: absolute;
	top: 36px;
	left: 0;
}
#getthelook .steps .step .products .wide-product .links .add:hover {
	text-decoration: none;
	border-color: #333;
}
#getthelook .steps .step .products .wide-product .links .pick {
	display: block;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	height: 20px;
	width: 137px;
	padding-left: 10px;
	background: #666;
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
#getthelook .steps .step .products .wide-product .links .pick:hover {
	text-decoration: none;
	border-color: #333;
}
#getthelook .steps .step .products .wide-product-pink .links .add {
	background: url(/images/button-add-pink.gif) no-repeat 0 0;
}
#getthelook .steps .step .products .wide-product-pink .links .pr-num {
	background: #f3b094;
}
/*----- End "Get the look" detail ------*/

/* --  start site map -- */
#sitemap-page {
	margin-top: -20px;
}
#sitemap-page .main-block {
	background: url(/images/sitemap-mainblock.gif) repeat-y 0 0;
	margin-top: 12px;
	width: 960px;
	position: relative;
}
#sitemap-page .main-block .title {
	float: left;
	display: inline;
	width: 192px;
}
#sitemap-page .main-block .content {
	float: right;
	display: inline;
	width: 764px;
}
#sitemap-page .main-block .title h2 {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#sitemap-page .main-block .title h2.product-catalog {
	width: 79px;
	height: 174px;
	background: url(/images/txt-product-catalog.jpg) no-repeat 0 0;
}
#sitemap-page .main-block .title h2.about-korres {
	width: 52px;
	height: 295px;
	background: url(/images/txt-about-korres.jpg) no-repeat 0 0;
}
#sitemap-page .main-block .title h2.support {
	width: 52px;
	height: 187px;
	background: url(/images/txt-support.jpg) no-repeat 0 0;
}
#sitemap-page .main-block .content .block {
	border-bottom: solid 4px #898077;
	margin-top: 28px;
	background: url(/images/sitemap-mainblock-content.gif) repeat-y 0 0;
	height: 100%;
	position: relative;
}
#sitemap-page .main-block .content .last-block {
	border-bottom: 0;
}
#sitemap-page .main-block .content .column {
	float: left;
	display: inline;
	width: 170px;
	padding: 0 0 25px 20px;
	padding-right: 1px;
}
#sitemap-page .main-block .content .column h3 {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 10px;
	color: #333333;
	font-weight: normal;
}
#sitemap-page .main-block .content .column h3 a {
	color: #333333;
}
#sitemap-page .main-block .content .column ul li {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
	color: #656565;
}
#sitemap-page .main-block .content .column ul li a {
	color: #656565;
}
/* -- end site map -- */


/* start ingredients pages */

#ingredients-page {
	background: #fff;
	padding: 80px 125px;
}
#ingredients-page h2 {
	font-family: "Trebuchet MS","Lucida Sans",Arial,Helvetica,sans-serif;
	color: #707D83;
	font-size: 44px;
	font-weight: normal;
	padding-bottom: 20px;
}
#ingredients-page table {
	margin: 25px 0 50px;
}
#ingredients-page td {
	padding: 0 4px 35px 4px;
	color: #4c5c64;
	vertical-align: top;
}
#ingredients-page td h1 {
	text-indent: -9999px;
	background: no-repeat bottom;
	height: 175px;
	display: block;
	margin-bottom: 20px;
}
#ingredients-page td h2 {
	color: #4c5c64;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 120%;
	height: 55px;
	border-bottom: 1px solid #4c5c64;
	margin-bottom: 15px;
	display: block;
	padding: 0 10px;
}
#ingredients-page td h3 {
	font-family: "Georgia","Trebuchet MS","Lucida Sans",Arial,Helvetica,sans-serif;
	font-style: italic;
	color: #4c5c64;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 15px;
	padding: 0 10px;
}
#ingredients-page td p {
	line-height: 150%;
	margin-bottom: 15px;
	padding-left: 10px;
}
#ingredients-page td a {
	display: block;
	font-weight: bold;
	padding: 0 10px;
	color: #5a4d48;
}
#ingredients-page div {
	color: #4c5c64;
}
#ingredients-page div h3 {
	font-size: 14px;
	margin: 25px 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
}
#ingredients-page div h3 span {
	font-style: italic;
	text-transform: none;
}
#ingredients-page div p {
	line-height: 150%;
	margin-bottom: 10px;
}


#ingredients-page td h1.almond-oil {
	background-image: url('/images/ingredients/almond-oil.jpg');
}
#ingredients-page td h1.amino-acids {
	background-image: url('/images/ingredients/amino-acids.jpg');
}
#ingredients-page td h1.avocado {
	background-image: url('/images/ingredients/avocado.jpg');
}
#ingredients-page td h1.b5 {
	background-image: url('/images/ingredients/b5.jpg');
}
#ingredients-page td h1.cucumber {
	background-image: url('/images/ingredients/cucumber.jpg');
}
#ingredients-page td h1.evening-primose {
	background-image: url('/images/ingredients/evening-primose.jpg');
}
#ingredients-page td h1.fatty-acids {
	background-image: url('/images/ingredients/fatty-acids.jpg');
}
#ingredients-page td h1.jojoba-oil {
	background-image: url('/images/ingredients/jojoba-oil.jpg');
}
#ingredients-page td h1.olive {
	background-image: url('/images/ingredients/olive.jpg');
}
#ingredients-page td h1.pomegranate {
	background-image: url('/images/ingredients/pomegranate.jpg');
}
#ingredients-page td h1.shea-butter {
	background-image: url('/images/ingredients/shea-butter.jpg');
}
#ingredients-page td h1.sugar {
	background-image: url('/images/ingredients/sugar.jpg');
}
#ingredients-page td h1.wild-rose {
	background-image: url('/images/ingredients/wild-rose.jpg');
}
#ingredients-page td h1.yogurt {
	background-image: url('/images/ingredients/yogurt.jpg');
}



/* end ingredients pages */

/*----- Start "All About Korres" detail*/
#about-home {
	background: #fff;
}
#about-home .head {
	background: url(/images/about/about-home-head.jpg) no-repeat right bottom;
	padding: 35px 470px 90px 80px;
	height: 100%;
	position: relative;
}
#about-home .head h2 {
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 68px;
}
#about-home .head p {
	font-size: 16px;
	line-height: 26px;
	color: #4c5c64;
}
#about-home .navigation { margin-left: 1px; margin-bottom: 30px; }
#about-home .navigation ul li {
	float: left;
	display: inline;
	width: 136px;
	height: 119px;
	list-style-type: none;
	margin-right: 1px;
	position: relative;
}
#about-home .navigation ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 36px;
	background: url(/images/about/about-home-nav-bg.png) repeat 0 0;
	z-index: 50;
	text-align: right;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 6px 0 0;
}
#about-home .content {
	padding: 0 70px 40px 90px;
	color: #4c5c64;
}
#about-home .content .text {
	width: 325px;
}
#about-home .content .values {
	width: 280px;
	float: right;
	display: inline;
}
#about-home .content .values h3 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #4c5c64;
	font-size: 28px;
	line-height: 42px;
	border-bottom: solid 1px #4c5c64;
}
#about-home .content .values ul li {
	list-style-type: none;
	padding: 25px 5px 5px 20px;
	border-bottom: solid 1px #4c5c64;
	font-size: 16px;
	font-weight: normal;
}
#about-home .content .values ul li strong {
	font-size: 21px;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}

#about-page {
	background: #fff;
	width: 100%;
}
#about-page .customer-service {
	margin-top: 10px;
	width: 800px;
}
#about-page .customer-service img {
	float: left;
	margin: 0 25px 100px 0;
}
#about-page .customer-service div {
	float: left;
}
#about-page .customer-service h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}
#about-page .customer-service ul {
	margin-bottom: 20px;
	list-style: none;
	font-size: 13px;
}
#about-page .customer-service li {
	margin-bottom: 10px;
	padding-left: 30px;
}
#about-page .customer-service li.phone {
	background: url('/images/phone-icon.png') no-repeat;
}
#about-page .customer-service li.email {
	background: url('/images/mail-icon.png') no-repeat;
}
#about-page .customer-service li.store {
	background: url('/images/store-icon.png') no-repeat;
}
#about-page .page-navigate {
	border-top: solid 1px #898077;
	line-height: 33px;
	height: 33px;
	font-size: 16px;
	color: #5a4d48;
}
#about-page .page-navigate a {
	color: #5a4d48;
}
#about-page .page-navigate .paging {
	width: 322px;
	margin: 0 auto;
	border-left: solid 1px #898077;
	border-right: solid 1px #898077;
	text-align: center;
}
#about-page .page-navigate .paging a.prev,
#about-page .page-navigate .paging a.next {
	border: 0;
}
#about-page .page-navigate .paging a.num {
	font-size: 12px;
}
#about-page .page-navigate .paging a.num:hover {
	text-decoration: none;
}
#about-page .page-navigate .paging a.num span {
	padding: 7px 5px;
}
#about-page .page-navigate .paging a.num:hover span,
#about-page .page-navigate .paging a.num span.active {
	background: #c4bcb2;
	color: #fff;
	text-decoration: none;
}
#about-page .page-navigate a.prev {
	float: left;
	display: inline;
	border-right: solid 1px #898077;
	padding: 0 12px 0 30px;
	background: url(/images/about/page-navigate-prev.gif) no-repeat 0 0;
}
#about-page .page-navigate a.next {
	float: right;
	display: inline;
	border-left: solid 1px #898077;
	padding: 0 30px 0 12px;
	background: url(/images/about/page-navigate-next.gif) no-repeat right 0;
}

#about-page .sidenav {
	float: left;
	display: inline;
	width: 148px;
	padding: 95px 0;
}
#about-page .sidenav ul li {
	list-style-type: none;
	height: 42px;
	width: 137px;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	background: #5a4d48;
}
#about-page .sidenav ul li a {
	display: block;
	color: #fff;
	height: 30px;
	width: 125px;
	padding: 6px;
}
#about-page .sidenav ul li a:hover,
#about-page .sidenav ul li a.active {
	text-decoration: none;
	background: url(/images/about/sidenav-active.gif) no-repeat 0 0;
	color: #5a4d48;
	padding-right: 17px;
}
#about-page .content {
	float: left;
	display: inline;
	width: 694px;
	margin-left: 65px;
	padding-top: 30px;
	font-size: 11px;
	line-height: 18px;
	color: #4c5c64;
	padding-bottom: 40px;
}
#about-page .content .post p,
#about-page .content .post ul li {
	padding-bottom: 13px;
}
#about-page .content .post ul {
	padding-left: 15px;
}
#about-page .content .simple-post h3 {
	padding-bottom: 13px;
}
#about-page .content h2 {
	font-size: 45px;
	line-height: 50px;
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
#about-page .content .intro-text {
	font-size: 16px;
	font-weight: normal;
	color: #4c5c64;
	line-height: 32px;
	width: 600px;
}
#about-page .content .ingredients-posts .post {
	padding-bottom: 40px;
	border-bottom: solid 1px #4c5c64;
}
#about-page .content .ingredients-posts .last-post {
	border-bottom: 0;
	padding-bottom: 0;
}
#about-page .content .ingredients-posts .post .info-text {
	float: left; display: inline;
	width: 200px;
	text-align: right;
}
#about-page .content .ingredients-posts .post .head {
	padding-bottom: 20px;
}
#about-page .content .ingredients-posts .post .head h3 {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #4c5c64;
	text-transform: uppercase;
}
#about-page .content .ingredients-posts .post .info-text p {
	padding-bottom: 15px;
}
#about-page .content .ingredients-posts .post .products {
	float: right;
	display: inline;
	width: 454px;
}

#about-page .content .ingredients-posts .post .product {
	float: left;
	display: inline;
	width: 144px;
	height: 300px;
	margin: 10px 10px 0 0;
}
#about-page .content .ingredients-posts .post .product .blink {
	height: 20px;
	line-height: 20px;
	width: 134px;
}
#about-page .content .ingredients-posts .post .last-product {
	margin-right: 0;
}
#about-page .content .ingredients-posts .post .product .info {
	height: 250px;
	min-height: 250px;
}
#about-page .content .ingredients-posts .post .product .info .text {
	width: 120px;
	height: 135px;
	top: 100px;
	line-height: 150%;
}
#about-page .content .ingredients-posts .post .product .info .price {
	left: 10px;
	bottom: 0;
}
#about-page .content .eco-policy-posts .post {
	float: left;
	display: inline;
	width: 169px;
	margin-right: 6px;
	margin-bottom: 40px;
}
#about-page .content .eco-policy-posts .last-post {
	margin-right: 0;
}
#about-page .content .eco-policy-posts .post h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 2px;
	border-bottom: solid 1px #4c5c64;
	padding: 15px 0 5px 8px;
	font-weight: normal;
	color: #4c5c64;
}
#about-page .content .eco-policy-posts .post .text {
	margin: 0 2px;
	padding: 15px 10px 0 10px;
}

#about-page .content .inthepress-posts .post {
	width: 567px;
	position: relative;
	margin-bottom: 52px;
}
#about-page .content .inthepress-posts .post .image {
	float: left;
	border: solid 1px #898077;
	display: inline;
}
#about-page .content .inthepress-posts .post .text {
	width: 264px;
	float: right;
	display: inline;
	padding: 60px 0;
}
#about-page .content .inthepress-posts .post .text h3 {
	font-size: 18px;
	font-weight: normal;
}
#about-page .content .inthepress-posts .post .text .date {
	font-size: 16px;
}
#about-page .content .inthepress-posts .post .text .links {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 264px;
}
#about-page .content .inthepress-posts .post .text .links a {
	display: block;
	line-height: 25px;
	border-top: solid 1px #8b827f;
	font-size: 13px;
	color: #5a4d48;
}
#about-page .content .inthepress-posts .post .text .links a:hover {
	text-decoration: none;
}
#about-page .content .inthepress-posts .post .text .links a em {
	float: right;
}
#about-page .content #choices-intro {
	font-size: 16px;
	line-height: 24px;
	color: #4c5c64;
}
/*----- End "All About Korres" detail*/

/*---- essentials ----*/
#essentials-page {
	background: #fff;
	font-size: 11px;
	color: #4c5c64;
	line-height: 18px;
}
/*---- essentials ----*/

/*---- start stores page --- */
#stores-page {
	background: #fff;
	padding: 30px 110px 80px;
	font-size: 11px;
	color: #4c5c64;
	line-height: 18px;
}
#stores-page h2 {
	font-size: 45px;
	line-height: 50px;
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
#stores-page .column {
	float: left;
	display: inline;
	width: 344px;
}
#stores-page .right-column {
	float: right;
}
#stores-page h3 {
	font-size: 18px;
	line-height: 20px;
	color: #4c5c64;
	text-transform: uppercase;
	padding: 30px 0 5px 10px;
	font-weight: normal;
	border-bottom: solid 1px #4c5c64;
	margin-bottom: 18px;
}
#stores-page .column .narrow {
	width: 310px;
	padding-left: 10px;
}
#stores-page .international-stores {
	width: 710px;
	padding-left: 20px;
}
#stores-page .international-stores h3 {
	border-bottom: 0;
	padding-top: 20px;
	margin-bottom: 0;
	padding-left: 0;
}
#stores-page .contact-box { padding-top: 20px;margin-top: 318px; border-top: 1px solid #4C5C64; }
#stores-page .contact-box ul li {
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 15px;
}
#stores-page .contact-box ul li span {
	font-size: 14px;
}
#stores-page .contact-box ul li a { color: #898077; }
#stores-page .contact-box ul li.address { background: url(/images/store-icon.png) no-repeat 0 3px; }
#stores-page .contact-box ul li.phone { background: url(/images/phone-icon.png) no-repeat 0 3px; }
#stores-page .contact-box ul li.mail { background: url(/images/mail-icon.png) no-repeat 0 3px; }
#stores-page .contact-box ul li.opened { background: url(/images/hours-icon.png) no-repeat 0 3px; }
/*----- end stores page ---*/

/*----- start partnerships page ---*/
#partners-block {
	padding-left: 45px;
}
#partners-block .post {
	width: 529px;
}
#partners-block .post .narrow { width: 410px; padding-left: 10px; font-size: 11px; }
#partners-block .post h3 { font-size: 18px; line-height: 36px; color: #4c5c64; text-transform: uppercase; padding: 5px 0 0 10px; font-weight: normal; }
#partners-block .post h3 { border-bottom: solid 1px #4c5c64; margin-bottom: 18px; }
#partners-block .post a { color: #5a4d48; }
/*----- end partnerships page ---*/

/*----- start responsibly page ---*/
#responsibly-block {
	padding-left: 45px;
	width: 750px;
}
#buying-responsibly {
	position: relative;
	margin: 35px 0;
	width: 759px;
	height: 296px;
	background: url('/images/buying-responsibly.png') no-repeat;
}
#buying-responsibly a.button {
	position: absolute;
	top: 180px;
	left: 280px;
	display: block;
	text-transform: uppercase;
	background: #c3268e url('/images/blink-arrow.png') no-repeat scroll right center;
	width: 225px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
}
#buying-responsibly a.button:hover {
	text-decoration: none;
	background-color: #999;
}
#buying-responsibly a.product {
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 225px;
	height: 200px;
	line-height: 26px;
}
#buying-responsibly a.product:hover {
	text-decoration: none;
}
#responsibly-block .post {
	width: 100%;
	margin-bottom: 25px;
	clear: both;
}
#responsibly-block .post h3 { font-size: 18px; color: #4c5c64; text-transform: uppercase; padding: 0 0 10px 5px; font-weight: bold; }
#responsibly-block .post h3 { border-bottom: solid 1px #4c5c64; margin-bottom: 18px; }
#responsibly-block .post a { color: #5a4d48; }
#responsibly-block .post-narrow {float: right; padding-left: 10px; font-size: 11px; }
#responsibly-block .post-narrow img {
	float: right;
	margin-right: 25px;
}
#responsibly-block .post-narrow div {
	float: right;
	width: 450px;
}
/*----- end responsibly page ---*/

/*----- start shipping poliucy page ---*/
#about-page .content #shipping-block h1 {
	font-size: 45px;
	line-height: 50px;
	font-weight: normal;
	color: #707d83;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
#about-page .content #shipping-block h2 {
	font-size: 25px;
	line-height: 100%;
	margin: 25px 0 5px;
	text-transform: uppercase;
	padding-bottom: 0;
}
#about-page .content #shipping-block ul {
	padding-left: 35px;
	margin-bottom: 10px;
}
#about-page .content #shipping-block p {
	padding-left: 10px;
	margin-bottom: 10px;
}
/*----- end shipping poliucy page ---*/

/*----- start copyright page ---*/
#copyright-block h2 {
	font-size: 45px;
	line-height: 50px;
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
#copyright-block p {
padding-bottom: 13px;
}
/*----- end copyright page ---*/

/*----- start privacy policy page ---*/
#privacy-block h2 {
	font-size: 45px;
	line-height: 50px;
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
#privacy-block h3 {
	font-size: 18px;
	line-height: 36px;
	color: #707d83;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	/* letter-spacing: -2px; */
}
#privacy-block p {
padding-bottom: 13px;
}
#privacy-block ul {
padding-left: 20px;
padding-bottom: 13px;
}
div.privacy-subblock {
padding-left: 30px;
padding-bottom: 13px;
}
/*----- end privacy page ---*/

/* -- our people start -- */
#about-page .content .people-post .head {
	background: #c4bcb2;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	height: 100%;
	position: relative;
}
#about-page .content .people-post .head img {
	float: left;
	display: inline;
}
#about-page .content .people-post .head .text {
	float: left;
	display: inline;
	width: 370px;
	padding: 20px 0 0 32px;
	color: #fff;
}
#about-page .content .people-post .head .text h3 {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: normal;
}
#about-page .content .people-post .head .text h4 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 15px;
}
#about-page .content .people-post .left-side {
	width: 204px;
	text-align: right;
	float: left;
	display: inline;
}
#about-page .content .people-post .left-side a {
	font-weight: bold;
	font-size: 12px;
	color: #5a4d48;
}
#about-page .content .people-post .left-side h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #4c5c64;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
}
#about-page .content .people-post .left-side .tips li {
	border-top: solid 1px #4c5c64;
	list-style-type: none;
	padding: 10px 6px 4px 5px;
}
#about-page .content .people-post .right-side {
	float: right;
	display: inline;
	width: 460px;
}
#about-page .content .people-post .right-side h2 {
	font-size: 20px;
	line-height: 28px;
	border-bottom: solid 1px #4c5c64;
	padding: 0;
	font-weight: bold;
	color: #4c5c64;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
}
#about-page .content .people-post .right-side .product {
	float: left;
	display: inline;
	width: 144px;
	height: 300px;
	margin: 10px 10px 0 0;
}
#about-page .content .people-post .right-side .product .blink {
	height: 20px;
	line-height: 20px;
	width: 134px;
}
#about-page .content .people-post .right-side .last-product {
	margin-right: 0;
}
#about-page .content .people-post .right-side .product .info {
	height: 250px;
	min-height: 250px;
}
#about-page .content .people-post .right-side .product .info .text {
	width: 120px;
	height: 135px;
	top: 100px;
}
#about-page .content .people-post .right-side .product .info .price {
	left: 10px;
	bottom: 0;
}

/* -- our people end -- */

/* --- start newsletter --- */
#newsletter {
	margin-top: -10px;
}
#newsletter .main-block {
	display: inline;
	width: 475px;
	height: 368px;
}
#facebook-subscribe {
	float: left;
}
#newsletter-subscribe {
	float: right;
}
#newsletter .main-block h3 {
	height: 368px;
	background-color: #fff;
	width: 92px;
	float: left;
	display: inline;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#newsletter .main-block .cnt {
	height: 353px;
	width: 309px;
	background: #fff;
	float: left;
	display: inline;
	margin-left: 2px;
	padding: 15px 38px 0 34px;
}
#facebook-subscribe h3 {
	background: url(/images/txt-facebook.gif) no-repeat 0 0;
}
#newsletter-subscribe h3 {
	background: url(/images/txt-newsletter.gif) no-repeat 0 0;
}

/* *************************** */

#newsletter .main-block .cnt h4 {
	font-size: 29px;
	line-height: 30px;
	color: #4d4d4d;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#newsletter .main-block .cnt .facebook-button {
	display: block;
	width: 278px;
	height: 37px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(/images/button-facebook.gif) no-repeat 0 0;
	margin-top: 25px;
}

/* *************************** */

#newsletter-subscribe form {
	padding-top: 20px;
	position: relative;
	width: 100%;
	z-index: 100;
}
#newsletter-subscribe form .error-msg {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #bf1786;
	font-size: 11px;
}
#newsletter-subscribe form label.main-label {
	float: left;
	display: inline;
	width: 80px;
	line-height: 18px;
	font-size: 13px;
	color: #4d4d4d;
}
#newsletter-subscribe form label.main-label span {
	display: block;
	font-size: 11px;
	line-height: 13px;
}
#newsletter-subscribe form .field {
	float: left;
	display: inline;
	border: solid 1px #9a9a9a;
	padding: 0 3px;
	width: 215px;
}
#newsletter-subscribe form .row {
	padding: 7px 9px;
	position: relative;
	width: 303px;
	margin-left: -9px;
	margin-right: -3px;
	z-index: 1000;
}
#newsletter-subscribe form .error-row {
	background: #bf1786;
	color: #fff;
}
#newsletter-subscribe form .error-row .field {
	border-color: #7e3666;
}
#newsletter-subscribe form .error-row label.main-label {
	color: #fff;
}
#newsletter-subscribe form .group-fields .field {
	margin-right: 10px;
}
#newsletter-subscribe form .checkplace label {
	margin-right: 25px;
}
#newsletter-subscribe form .button-subscribe {
	cursor: pointer;
	width: 304px;
	height: 37px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(/images/button-subscribe.gif) no-repeat 0 0;
	margin-top: 30px;
	position: relative;
	z-index: 100;
	display: block;
	border: 0;
}

/* *************************** */
#overlay-message .promotion-terms {
	text-align: left;
}
/* *************************** */

#overlay-message {
	position: relative;
	width: 400px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	background: #fff;
	text-align: center;
	line-height: 150%;
	font-size: 14px;
}

#overlay-message a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

/* *************************** */

#promotions {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000;
	border-width: 0 0 0 1px;
	overflow: hidden;
}

#promotions a.close {
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

#promotions .band {
	padding: 8px 10px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	background-color: #C30072;
}

#promotions .promotion-block {
	width: 279px;
	height: 140px;
	padding: 20px;
	background-color: #C30072;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	float: left;
}

#promotions .promotion-block h2 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
	line-height: 125%;
}

#promotions .promotion-block p {
	color: #fff;
}

#promotions .promotion-block h3 {
	color: #000;
	font-size: 90%;
	margin: 10px 0 0 5px;
	font-weight: normal;
}
#promotions .promotion-block a.promo-terms {
	font-size: 10px;
}
#promotions .promotion-block a.shop-now {
	color: #fff;
	display: block;
	background-color: #6e0049;
	padding: 3%;
	width: 94%;
	font-size: 110%;
	text-transform: uppercase;
	margin-top: 15px;
}

/* *************************** */

#promotion-page #page-heading {
	margin-bottom: 10px;
}
#promotion-page div.promotions {
	left: -3px;
	position: relative;
	width: 963px; /* fix needed for windows. blocks wrapping too soon */
}

#promotion-page div.small-item,
#promotion-page div.big-item {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 9px;
	margin-left: 3px;
}
#promotion-page div.small-item a.promo-terms,
#promotion-page div.big-item a.promo-terms {
	display: inline-block;
	padding-top: 5px;
	color: white;
	font-size: 9px;
	line-height: 16px;
}
#promotion-page div.big-item {
	width: 318px;
	height: 384px; /* image is 364px */
}

#promotion-page div.small-item {
	float: left;
	width: 318px;
	height: 188px; /* image is 167px */
}
#promotion-page div.small-items div.item {
	display: inline-block;
	width: 310px;
	height: 155px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#promotion-page div.site-top-promotions div {
	display: inline-block;
	vertical-align: top;
}
#promotion-page div.site-top-promotions div.sales {
	display: inline-block;
	background-color: #5a4d47;
	color: white;
	width: 134px; /* 148 total width*/
	height: 173px;
	font-size: 20px;
	float: left;
	clear: both;
	padding-top: 14px;
	padding-left: 14px;
}
#promotion-page div.site-top-promotions div.top-promotions {
	width: 812px;
	float: left;
}
/* ie7 only: */
*:first-child+html #promotion-page div.site-top-promotions {
	margin-top: 10px;
}
*:first-child+html #promotion-page div.site-top-promotions div.top-promotions div.promotion {
	display: inline;
}
/* end ie7 only: */
/* ie <= 6 only */
* html #promotion-page div.site-top-promotions {
	margin-top: 10px;
}
* html #promotion-page div.site-top-promotions div.top-promotions div.promotion {
	display: inline;
}
/* end ie <= 6 only */
#promotion-page div.site-top-promotions div.top-promotions div.promotion {
	display: inline-block;
	width: 180px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 41px;
	padding-top: 17px;
	min-height: 129px;
	margin-bottom: 20px;
	margin-left: 3px;
	position: relative;
}
#promotion-page div.site-top-promotions div.top-promotions div.promotion div.title {
	font-size: 14px;
	color: #aa0f76;
	text-transform: uppercase;
	margin-bottom: 7px;
	line-height: 21px;
}
#promotion-page div.site-top-promotions div.top-promotions div.promotion a.shop-now {
	display: inline-block;
	background-color: #aa0f76;
	color: white;
	position: absolute;
	bottom: 8px;
	height: 20px;
	width: 174px;
	left: 7px;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 11px;
	text-transform: uppercase;
}
#promotion-page div.site-top-promotions div.top-promotions div.promotion a.shop-now span {
	position: absolute;
	right: 10px;
}
#promotion-page div.site-top-promotions div.top-promotions div.promotion a.promo-terms{
	display: inline-block;
	color: white;
	position: absolute;
	bottom: -18px;
	left: 4px;
	font-size: 9px;	
}

/* *************************** */

#generic-overlay {
	position: relative;
	top: 50px;
	left: 50%;
	background: no-repeat;
}

#generic-overlay a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

/* *************************** */

#promos-overlay {
	position: relative;
	width: 373px;
	height: 302px;
	top: 50px;
	left: 50%;
	margin-left: -220px;
	background: url('/images/promo-background.png') no-repeat;
	padding: 25px 8px 8px 60px;
}
#promos-overlay.small {
	height: 302px;
	background: url('/images/promo-small-background.png') no-repeat;
}

#promos-overlay a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

#promos-overlay div.promo {
	margin: 0;
	padding: 30px 0 15px;
	border-bottom: 1px solid #5a4d48;
	overflow: hidden;
	clear: both;
	width: 100%;
}
#promos-overlay div.promo-last {
	border: none;
}
#promos-overlay div.shipping {
	background: url('/images/promo-shipping.png') no-repeat 290px center;
}

#promos-overlay div.tote {
	background: url('/images/promo-tote.png') no-repeat 288px center;
}

#promos-overlay div.samples {
	background: url('/images/promo-samples.png') no-repeat 281px center;
}

#promos-overlay div.promo h2 {
	text-align: right;
	width: 115px;
	font-size: 18px;
	float: left;
	color: #5a4d48;
	text-transform: uppercase;
}

#promos-overlay div.promo p {
	width: 120px;
	padding-left: 15px;
	float: left;
	color: #000;
}

/* *************************** */

#newsletter-signup-overlay {
	position: relative;
	width: 725px;
	height: 488px;
	top: 50px;
	left: 50%;
	margin-left: -362px;
}
#newsletter-signup-overlay.page1 {
	background: url('/images/newsletter-signup-summer-layer1.png') no-repeat;
}
#newsletter-signup-overlay.page2 {
	background: url('/images/newsletter-signup-summer-layer2.png') no-repeat;
}
#newsletter-signup-overlay a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

#newsletter-signup-overlay.page1 input.email {
	position: relative;
	display: inline-block;
	left: 150px;
	top: 379px;
	width: 206px;
	height: 19px;
	text-decoration : none;
}

#newsletter-signup-overlay.page2 div.name {
	position: relative;
	left: 182px;
	top: 286px;
	width: 175px;
}

#newsletter-signup-overlay.page2 div.name input {
	height: 19px;
	width: 206px;
}

#newsletter-signup-overlay.page2 div.dob {
	position: relative;
	left: 182px;
	top: 298px;
}

#newsletter-signup-overlay.page2 div.dob select {
	margin-right: 10px;
	padding-right: 5px;
}

#newsletter-signup-overlay.page2 div.dob select.month {
	width: 100px;
}

#newsletter-signup-overlay.page2 div.gender {
	position: relative;
	left: 182px;
	top: 311px;
}

#newsletter-signup-overlay.page2 .option-label {
	padding-left: 5px;
	padding-right: 15px;
	vertical-align:middle;
}

#newsletter-signup-overlay.page2 div.gender label,
#newsletter-signup-overlay.page2 div.gender input[type="radio"]{
	font-size: 12px; 
	vertical-align: middle;
}


#newsletter-signup-overlay input.submit {
	visibility: hidden;
}

#newsletter-signup-overlay.page1 a.submit-link {
	position: relative;
	display: inline-block;
	left: 155px;
	top: 378px;
	width: 13px;
	height: 19px;
	padding-left: 6px;
	padding-top: 2px;
	text-decoration : none;
	background-color: #898077;
	color: white;
}

#newsletter-signup-overlay.page2 a.submit-link {
	position: relative;
	display: inline-block;
	left: 182px;
	top: 323px;
	width: 173px;
	height: 23px;
	background: url('/images/newsletter-signup-summer-layer2-submit.png') no-repeat;
}

/* *************************** */

#welcome-overlay {
	position: relative;
	width: 796px;
	height: 520px;
	top: 50px;
	left: 50%;
	margin-left: -398px;
}

#welcome-overlay div.header {
	background: #fff url(/images/logo.gif) no-repeat scroll 42px center;
	height: 112px;
	width: 100%;
	margin-bottom: 1px;
	position: relative;
}

#welcome-overlay div.container {
	width: 100%;
	height: 534px;
	position: relative;
	background: #fff url(/images/splash-background.jpg) no-repeat scroll 0 0;
}

#welcome-overlay a.facebook {
	position: absolute;
	top: 340px;
	right: 85px;
	display: block;
	width: 260px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/splash-facebook.png) repeat scroll 0 0;
}

#welcome-overlay a.newsletter {
	position: absolute;
	top: 242px;
	right: 75px;
	display: block;
	width: 200px;
	height: 16px;
	text-indent: -9999px;
	cursor: pointer;
}

#welcome-overlay a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

/* *************************** */

#ingredient-overlay {
	position: relative;
	width: 640px;
	padding: 20px;
	height: 520px;
	top: 125px;
	left: 50%;
	margin-left: -340px;
	background: #fff;
}

#ingredient-overlay div.container {
width: 90%;
padding: 5%;
background: transparent url(/images/95ffff.png) repeat scroll 0 0;
overflow: hidden;
}

#ingredient-overlay a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(/images/layer-x.png) no-repeat scroll 0 0;
}

#ingredient-overlay h1 {
	width: 240px;
	text-align: right;
	float: left;
	padding-top: 5px;
	font-size: 26px;
}
#ingredient-overlay div.body {
	width: 310px;
	font-size: 11px;
	float: right;
}
#ingredient-overlay div.body a.blink {
	position: relative;
	width: 110px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-top: 10px;
}
#ingredient-overlay div.body a.blink:hover {
	background-color: #898077 !important;
}

/* *************************** */

#promotion-band {
	margin: -25px 0 10px;
	background-color: #c30072;
}
#promotion-band div.container {
	padding: 8px 10px;
	font-size: 15px;
	color: #fff;
}#promotion-band div.container a {
	color: #fff;
}

/* *************************** */

div#corporate-gift-services {
	background: #fff;
	padding: 50px 20px 15px 35px;
	overflow: hidden;
	width: 710px;
}
div#corporate-gift-services img {
	float: left;
}
div#corporate-gift-services p {
	float: right;
	color: #3c4a51;
	width: 290px;
	margin-bottom: 15px;
	line-height: 150%;
}

div#corporate-gift-services div.links {
	clear: both;
	float: right;
	width: 290px;
}
div#corporate-gift-services div.links a {
	display: block;
	height: 35px;
	line-height: 35px;
	border-top: solid 1px #8b827f;
	font-size: 13px;
	font-weight: bold;
	color: #5a4d48;
	background: url('/images/icon-pdf.png') no-repeat 2px 5px;
	padding-left: 32px;
}
div#corporate-gift-services div.links a:hover {
	text-decoration: none;
	color: #000;
}
div#corporate-gift-services div.links a em {
	float: right;
}
tr#stock-change-notification {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
	color: red;
	background-color: white;
}

/* Friends and family begins */

div#newsletter-fnf {
	background-color: white;
	padding-left: 100px;
	padding-right: 140px;
	padding-top: 50px;
	padding-bottom: 160px;
	
	background-image: url('/images/fnf-background.png');
	background-repeat:no-repeat;
	background-position: left bottom;
}

div#newsletter-fnf h1,
div#newsletter-fnf h2 {
	font-weight: normal;
	text-transform: uppercase;
}

div#newsletter-fnf h1 {
	color: #6d7c81;
	font-size: 34px;
	line-height: 34px;
}

div#newsletter-fnf h2 {
	color: #d76088;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 10px;
}

div#newsletter-fnf p {
	font-size: 11px;
	color: grey;
}

div#newsletter-fnf p.intro {
	margin-bottom: 10px;
}

div#newsletter-fnf p.fine-print {
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

div#newsletter-fnf form {
	margin-top: 10px;
}

div#newsletter-fnf form input.textinput {
	width: 220px;
	margin-left: 5px;
}

div#newsletter-fnf .error-row {
	background-color: red;
}
div#newsletter-fnf div.errors {
	color: red;
}

div#newsletter-fnf form label {
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	width: 350px;
	padding: 5px;
}

div#newsletter-fnf form label.error {
	display: inline-block;
	color: red;
}

div#newsletter-fnf form div {
	margin-top: 5px;
}

div#newsletter-fnf form input.submit {
	float: right;
	margin-right: 10px;
}

/* Friends and family ends */

/* Friends and family got list of friends begins */


#family-friends-special {
	position: relative;
	width: 960px;
	height: 491px;
	background: url('/images/friends-family-notified.jpg');
}
#family-friends-special a{
	position: absolute;
	left: 315px;
	top: 288px;
	color: #C30072;
}

/* Friends and family got list of friends ends */
