﻿div.content {
	margin: 42px 20px;
}
h1 {
	font-size: 2.5em;
}
table {
	border-collapse: collapse;
}
#search.alone {
	margin-right: 0;
}
div.message {
	text-align: center;
	border: 1px solid #e9efeb;
	border-width: 1px 0;
	background-color: #ffffeb;
	padding: 1.3em;
	margin-top: 38px;
	color: #444;
}
div.action {
	border-top: 4px solid #f3f5f4;
	border-bottom: 1px solid #e6ece8;
	padding: 11px;
	margin-top: 32px;
	color: #6f807a;
	vertical-align: middle;
	overflow: auto;
}
div.action p {
	margin: 0.6em 0 0.8em;
}
div.action input {
	float: right;
}
.simple #footer {
	border: 0;
	color: #879691;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align: left;
	margin: 0 20px 60px;
}
.simple #footer img {
	margin: 0 0 0 15px;
	vertical-align: middle
}
.simple #footer span {
	margin: 0 4px;
}
#top-navigation span.phone {
	/* phone number */
	float: right;
	display: block;
	margin: 50px 20px 0;
	color: #6f807a;
	font-size: 1.1em;
}
/* shopping cart */
#safari-warning {
	text-align: left;
	background-color: #fee;
	padding: 1em 2em;
}
#safari-upgrade {
	font-size: 0.9em;
	margin-top: 1.3em;
	line-height: 1.3;
	padding: 0.5em 0 0;
	border-top: 1px solid #c9cfcb;
}
#safari-upgrade a {
	margin: 0;
	font-size: 1em;
}
.cart div.message a {
	margin-left: 10px;
	font-size: 1.05em;
}
.cart table {
	width: 100%;
	margin: 16px 0 0;
}
.cart td {
	padding: 18px 60px 16px 8px;
}
.cart thead td {
	color: #916e48;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	border-bottom: 1px solid #e9efeb;
}
.cart tbody td {
	border-bottom: 1px solid #e9efeb;
	width: 0;
}
.cart table .first {
	width: 85px;
	padding-right: 10px;
	text-align: center;
}
.cart table .second {
	width: 380px;
}
.cart table .second span {
	display: block;
	margin-top: 2px;
	color: #333;
}
.cart table a {
	font-size: 1.25em;
}
.cart table a.remove {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #777;
	display: block;
	margin-top: 30px;
}
.cart table .price {
	font-size: 1em;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	padding-top: 25px;
}
.cart table .price span {
	text-decoration: line-through;
	font-size: 0.8em;
}
.cart table .price em {
	font-size: 0.8em;
	background-color: #ffc;
	color: #777;
	text-transform: uppercase;
	font-style: normal;
}
.cart table .price div {
	text-align: center;
	margin-top: 4px;
}
.cart table .third {
	width: 60px;
}
.cart table select {
	text-align: center;
	padding: 5px;
	font-size: 1em;
}
.cart table span.out-of-stock {
	margin: 13px 0 0;
	display: block;
}
.cart tfoot td {
	border-top: 4px solid #f3f5f4;
	border-bottom: 1px solid  #e9efeb;
	color: #916e48;
	vertical-align: middle;
}
.cart tfoot .first {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding-right: 40px;
}
.cart tfoot .last {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
}
.cart .next {
	text-align: right;
}
.cart .next a {
	padding: 0 23px 0 0;
	vertical-align: 19px;
}
.cart .next.first {
	float: right;
}
.checkout-button {
	margin: 33px 0 0 0;
}
.cart .next.first .checkout-button {
	margin-top: 7px;
}
/* samples */
.sample h1 {
	color: #333;
	margin-top: 1em;
}
.sample p.intro {
	border-top: 5px solid #f2f4f3;
	color: #636363;
	text-align: center;
	padding: 20px 0;
	background-color: #fafafa;
	margin: 0 0 30px;
}
.sample p.intro em {
	text-transform: uppercase;
	font-size: 0.9em;
	font-style: normal;
	background-color: #feff99;
	color: #000;
}
.sample p.intro a {
	margin-left: 20px;
	font-family: Georgia, Serif;
}
.sample div.error {
	width: 800px;
}
.sample .items div {
	width: 238px;
	height: 128px;
	float: left;
	padding: 26px;
	margin: 0 20px 20px 0;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.sample .items div.third {
	margin-right: 0;
}
.sample .items div.selected {
	border: 1px solid #dcdcdc;
}
.sample .items a.img {
	text-align: center;
	display: block;
	float: left;
	width: 110px;
}
.sample .items p {
	float: right;
	width: 120px;
	margin: 0;
}
.sample .items a {
	font-size: 1.2em;
	cursor: pointer;
}
.sample .items span {
	display: block;
	color: #916e48;
	font-size: 0.8em;
	margin: 6px 0;
}
.sample .items label {
	text-transform: uppercase;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 0.8em;
}
.sample .items .selected a {
	color: #000;
	cursor: default;
}
.sample .items .disabled a {
	cursor: default;
}
.sample .items .selected a:hover, .sample .items .disabled a:hover {
	text-decoration: none;
}
.sample .items .selected span {
	color: #444;
}
.sample .items .disabled * {
	color: #999;
}
.sample .items div.disabled:hover {
	border-color: #fff;
	cursor: default;
}
.sample .items .disabled img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sample div.action {
	font-size: 0.95em;
	font-family: Helvetica, Arial;
}
.sample div.action span {
	font-size: 0.8em;
	width: 550px;
	display: inline-block;
}
.standalone input, .standalone label {
	display: none;
}
.standalone .items  div.selected {
	border: 1px solid #fff;
}
.standalone p.intro {
	text-align: left;
	padding: 1em;
	line-height: 1.5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
}
.standalone div.action input {
	display: block;
}
.center { text-align: center; }
.sample #progress {
	width: 920px;
	height: 48px;
	background: url(/images/checkout/top-nav.png);
}
.sample .continue {
	float: right;
	display: block;
	margin: 55px 20px 0;
}
#facebox.sample .body {
	padding: 35px 35px 20px 10px;
}
/* sample info */
#sample-info #content {
	width: 400px;
	margin: 0 auto 20px;
	text-align: left;
}
#sample-info #image {
	width: 185px;
	text-align: center;
	color: #899E96;
	font-size: 0.7em;
	font-family: Helvetica, Arial;
}
#sample-info label {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#sample-info #description {
	float: right;
	width: 360px;
}
#sample-info #description h1 {
	font-size: 1.8em;
	margin: 0;
}
#sample-info p {
	color: #6f807a;
	font-size: 0.95em;
	line-height: 1.4;
}
#sample-info #brand {
	margin: 0 0 1.5em;
	font-style: italic;
	font-size: 0.85em;
	color: #555;
}
/* checkout input */
form.checkout h1 {
	width: 920px;
	height: 48px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background: url(/images/checkout/top-nav.png) 0px -48px;
}
form.checkout #right {
	float: right;
	width: 275px;
}
form.checkout div.error {
	margin-top: 48px;
	width: 500px;
}
h2 {
	color: #a02237;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 1.5em;
}
h2.error {
	color: red;
}
form.checkout td label {
	display: block;
	margin: 0 0 4px;
}
form.checkout label.error {
	font-weight: bold;
	color: red;
}
form.checkout input {
	border: 1px solid #cbd6d2;
	width: 534px;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 18px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
}
form.checkout select {
	height: 36px;
	padding: 8px;
	margin: 0 18px 18px 0;
}
form.checkout .short input {
	width: 246px;
	margin-right: 20px;
}
form.checkout input.tiny {
	width: 100px;
}
form.checkout .email input {
	margin-bottom: 5px;
}
form.checkout .email span {
	font-size: 0.9em;
	color: #888;
}
form.checkout .radios input {
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
form.checkout .radios label {
	padding-right: 2em;
}
form.checkout #SameAsBilling {
	padding-bottom: 10px;
}
form.checkout #shipping-info {
	margin-top: 28px;
}
form.checkout .delivery-methods span {
	background-color: #926f49;
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.9em;
	padding: 3px;
	margin-left: 6px;
}
form.checkout table.multi-select .error {
	padding: 8px;
	background: #ffffcb;
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 0 9px;
	width: auto;
}
table.multi-select {
	width: 555px;
}
form.checkout .note {
	font-size: 0.9em;
	color: #888;
	display: block;
	margin: 0.2em 0 0 23px;
}
div.hr {
	border-bottom: 1px solid #e8ede9;
	width: 555px;
	margin: 20px 0;
	height: 1px;
}
table.multi-select.first {
	margin-top: 50px;
}
table.multi-select td {
	width: 124px;
}
table.multi-select h2 {
	margin: 0;
}
table.multi-select td.second {
	line-height: 1.6;
	width: auto;
}
form.checkout table.multi-select label {
	display: inline;
}
div.text {
	color: #70817b;
	font-size: 0.95em;
	margin: 20px 0;
}
div.text label {	
	display: block;
	margin: 0 0 5px;
}
div.text input {
	width: 555px;
}
form.checkout .expiry select {
	vertical-align: middle;
	margin: 0;
}
form.checkout .expiry label {
	width: 185px;
}
form.checkout .card-number input {
	width: 398px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-right: 0;
}
form.checkout .card-number img {
	vertical-align: top;
}
form.checkout .cvv a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
}
form.checkout div.action input {
	width: auto;
	height: auto;
	margin-bottom: 0;
	padding: 0;
}
/* mini cart and gift certificate box */
#right .box {
	margin: 20px 0 40px;
}
#right .box .head, #right .box .foot {
	border: 1px solid #d6e1d9;
	background-color: #f6f8f5;
	font-size: 0.8em;
	color: #333;
	text-transform: uppercase;
	padding: 9px 9px 9px 18px;
	letter-spacing: 0.18em;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}
#right .box .foot {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	color: #a02237;
}
#right .box .body {
	border: 1px solid #d6e1d9;
	border-width: 0 1px;
}
#right .box .body div {
	padding: 10px;
}
#right .box .bottom {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-width: 0 1px 1px;
	padding: 16px;
}
#right .box div.counter {
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 0.75em;
	padding: 0;
}
#right .counter a {
	display: block;
	float: right;
	border-left: 1px dotted #d6e1d9;
	padding: 12px 8px;
}
#right .counter a:hover {
	color: #000;
	background-color: #f6f8f5;
	text-decoration: none;
}
#right .counter span {
	display: block;
	padding: 15px 0 0 17px;
	height: 10px;
}
#right .product {
	border: 1px dotted #d6e1d9;
	border-width: 1px 0 0;
}
#right .product a.img {
	display: block;
	text-align: center;
	width: 95px;
}
#right .box .body .product div {
	float: right;
	width: 145px;
	padding: 0;
}
#right .product strong {
	color: #a02237;
	font-weight: normal;
	display: block;
	margin: 0 0 3px;
}
#right .product span {
	display: block;
	color: #916e48;
	font-size: 0.8em;
	margin: 3px 0;
}
#right .product span.option {
	color: #555;
	font-family: Helvetica, Arial, Sans-Serif;
}
#right .product span.price {
	font-size: 0.9em;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}
#right .line-item {
	border-top: 1px dotted #d6e1d9;
	color: #444;
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-Serif;
}
#right .taxes {
	color: #6f807a;
	font-size: 0.9em;
	line-height: 1.5;
	font-family: Helvetica, Arial, Sans-Serif;
}
#right .amount {
	float: right;
	letter-spacing: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
}
#right .foot .amount {
	font-size: 1.1em;
}
#code input {
	width: 154px;
	height: auto;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	font-size: 1em;
}
#code .button {
	padding: 0;
	width: auto;
}
#code .body span {
	font-family: Helvetica, Arial;
	font-size: 0.75em;
	color: #888;
	display: block;
	margin: 0.8em 0 0;
}
#right #code div.error {
	padding: 4px 8px;
	background: #FFFFCB;
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 0 9px;
	width: auto;
}
#right #code div.error.success {
	color: #09b109
}
#right #code #wait-message {
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	background-color: #ffe;
	display: none;
}
/* checkout review */
form.checkout .review h1 {
	background-position: 0px -96px;
}
.review h2 {
	color: #333;
	margin: 1em 0 0;
}
form.checkout .review div.error {
	width: auto;
	margin: 23px 0 0;
}
.review div.item {
	width: 280px;
	border: 1px solid #d6e1d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	height: 250px;
	margin: 40px 40px 0 0;
}
.review div.third {
	margin-right: 0;
	width: 270px;
}
.review div.lower {
	height: 200px;
}
.review div.item div {
	border-bottom: 1px solid #d6e1d9;
	background-color: #f6f8f5;
	font-size: 0.8em;
	color: #333;
	text-transform: uppercase;
	padding: 9px 9px 9px 18px;
	letter-spacing: 0.18em;
}
.review div.item div a {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff;
	background-color: #916e48;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 6px;
	display: block;
	float: right;
	font-size: 0.8em;
	letter-spacing: normal;
}
.review div.item p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6;
	margin: 0.8em 18px;
}
.review div.item p strong {
	font-family: Georgia, Serif;
	color: #a12338;
	font-size: 1.5em;
	font-weight: normal;
}
.review table {
	width: 100%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #6f807a;
}
.review table thead {
	font-weight: bold;
	color: #916d49;
}
.review table thead span {
	font-weight: normal;
	color: #959c99;
}
.review table td {
	border-bottom: 1px dotted #ced7d4;
	padding: 9px 9px 9px 18px;
}
.review table .second {
	text-align: right;
	padding-right: 22px;
	color: #333;
	font-weight: bold;
}
.review table tfoot {
	color: #a02237;
	font-weight: bold;
}
.review table tfoot .second {
	color: inherit;
}
.review table tfoot td {
	border: 0;
}
.review div.item blockquote {
	font-family: Georgia, Serif;
	font-style: italic;
	color: #906e49;
	line-height: 1.5;
	margin: 0 18px;
}
#NewsLetterSubscribe {
	float: none;
}
#review.action div {
	float: right;
	width: 275px;
	clear: both;
}
#review.action .button {
	display: block;
	width: 273px;
	height: 46px;
	background: url(/images/buttons/place-order.png) top left no-repeat;
	cursor: pointer;
}
#review.action span {
	font-size: 0.8em;
	font-family: Helvetica, Arial;
	display: none;
}
/* receipt */
form.checkout .receipt h1 {
	background-position: 0px -144px;
}
.receipt div {
	text-align: center;
	margin: 0 110px;
}
.receipt h2 {
	font-size: 2.3em;
	color: #333;
	margin-bottom: 40px;
}
#order-number {
	width: 299px;
	height: 151px;
	background: url(/images/checkout/order-number.png) no-repeat;
	margin: 0 auto;
	padding: 0.7em 0 0;
}
#order-number * {
	display: block;
}
#order-number span {
	color: #333;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
}
#order-number strong {
	color: #906e49;
	font-weight: normal;
	font-size: 2.5em;
	margin: 19px 0 15px;
}
#order-number em {
	font-size: 0.7em;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: normal;
}
#order-number a {
	background: url(/images/icons/print.png) no-repeat;
	padding-left: 20px;
	margin: 0 auto;
	width: 90px;
}
.receipt p {
	line-height: 1.6;
	text-align: left;
	color: #444;
	font-size: 1.2em;
}
h2.rec.receipt {
	text-align: center;
}
#receipt-upsell {
	background: url(/images/checkout/receipt-upsell.png) no-repeat;
	color: #666;
	font-size: 0.9em;
	line-height: 1.5;
	padding: 98px 280px 0 110px;
	height: 119px;
	margin-top: 45px;
}
#receipt-upsell a {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.07em;
	line-height: 1.9;
}
#receipt-upsell a:hover {
	text-decoration: underline;
}
#receipt-upsell a#phantom {
	display: block;
	float: left;
	width: 190px;
	height: 80px;
	line-height: 0;
	margin-right: 50px;
}
#footer.receipt {
	text-align: center;
}

