﻿/* base */
body {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 100%;
	font-size: 1em;
	text-align: center;
	margin: 0;
}
a {
	color: #a02237;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.disabled:hover, a.selected:hover {
	text-decoration: none;
}
a img { border: 0 }
h1 {
	font-weight: normal;
	color: #916e48
}
table td {
	vertical-align: top;
}
.clear { clear: both }
ul, ul li {
	color: inherit;
}
/* awesome-persand-ize */
span.amp {
	font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
    font-style: italic;
    font-size: 1.1em;
}
#main-div, .main-div {
	text-align: left;
	width: 960px;
	margin: 0 auto; }
/* header */
#search {
	float: right;
	vertical-align: top;
	margin: 44px 23px 0 0;
}
#search #q {
	width: 178px;
	height: 14px;
	padding: 8px 0 7px 10px;
	float: left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	border: 1px solid #c4cfc9;
	border-width: 1px 0 1px 1px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#search:hover #q {
	border-color: #a8b3ad;
}
#search .button {
	text-indent: -9999px;
	width: 103px;
	height: 31px;
	background: url(/images/buttons/search.png) no-repeat;
	border: 0;
	cursor: pointer;
}
#search:hover .button {
	background-position: -103px 0;
}
#search .button:active {
	background-position: -206px 0;
}
#top-buttons {
	display: block;
	float: right;
	margin-top: 44px;	
}
#top-buttons a {
	display: block;
	width: 87px;
	float: left;
}
#top-buttons a:hover {
	text-decoration: none;
	background-position: center 0;
}
#top-buttons a:active {
	background-position: right 0;
}
#chat-link {
	background: url(/images/buttons/chat.png) no-repeat;
	height: 31px;
}
#top-buttons.chat-offline #chat-link {
	display: none;
}
#cart-link {
	background: url(/images/buttons/cart.png) no-repeat;
	text-align: right;
	padding: 9px 8px 0 0;
	height: 23px;
}
#top-buttons.chat-offline #cart-link {
	background-image: url(/images/buttons/cart-chat-offline.png);
}
#cart-link span {
	display:inline-block;
	width: 20px;
	text-align: center;
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 7pt;
}
#top-navigation {
	font-size: 0.9em;
}
#top-navigation .row {
	height: 41px;
}
#top-navigation .row a {
	display: block;
	float: left;
	padding: 14px 21px 0;
	height: 27px;
}
#top-navigation .first {
	margin-top: 18px;
	text-transform: uppercase;
	background: url(/images/topnav/first.png);
}
#top-navigation div.alone {
	background: url(/images/topnav/first-alone.png);
}
#top-navigation .first a {	
	color: #a02237;
	margin-right: 10px;
}
#top-navigation .first .selected {
	border: 1px solid #d6e1d9;
	border-bottom: 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background-color: #f6f8f5;
	padding-top: 13px;
	color: #916e48;
}
#top-navigation .lower {
	text-transform: lowercase;
	height: 37px;
	background: url(/images/topnav/lower.png);
	padding-left: 12px;
}
#top-navigation .lower a {
	color: #777;
	padding: 8px 9px 9px;
	height: 20px;
}
#top-navigation .lower a.selected {
	color: #000;
}
#top-navigation .alone-l {
	background: url(/images/topnav/lower-alone.png);
}
#breadcrumb {
	width: 960px;
	height: 38px;
	background: url(/images/topnav/breadcrumb.png) no-repeat;
	padding-left: 11px;
}
#breadcrumb * {
	display: inline-block;
	vertical-align: top;
}
#breadcrumb a {
	color: #6b746f;
	padding: 9px;
}
#breadcrumb a.selected {
	color: #333;
}
#breadcrumb span {
	background: url(/images/topnav/separator.png) no-repeat;
	width: 14px;
	height: 37px;
}
.top-message {
	text-align: center;
	font-family: Helvetica, Arial;
	color: #776;
	padding: 0.5em 0;
	border-bottom: 1px solid #E9EFEB;
	margin: 0 auto;
	width: 900px;
}
.top-message img {
	vertical-align: middle;
}
.top-message div {
	display: none;
	text-align: left;
	font-size: 0.8em;
	width: 800px;
	margin: 1em auto 0.5em;
}
/* footer */
#footer {
	text-align: center;
	border-top: 1px solid #e9efeb;
	margin-bottom: 3em;
}
#footer .block {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#footer .top {
	padding: 42px 0 30px;
}
#footer .top div {
	float: left;
	width: 200px;
	margin: 0 40px 0 0;
}
#footer .top a {
	font-size: 1.6em;
}
#footer .top div.first {
	margin-right: 60px;
	margin-left: 20px;
	width: 200px;
}
#footer .top div.first a {
	color: #916e48;
	font-size: 0.9em;
	display: block;
	margin-bottom: 16px;
}
#footer .top div.last {
	margin-right: 0;
}
#footer .top p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #7c817b;
	margin-top: 5px;
	line-height: 1.55;
}
#footer .bottom {
	background: url(/images/footer/bg.png) repeat-x #e9efeb;
	padding-left: 20px;
}
#footer .bottom .main a {
	display: block;
	height: 20px;
	padding: 40px 15px 18px;
	float: left;
	width: auto;
	color: #916e48;
	border-left: 1px solid #d4dad8;
	font-size: 0.9em;
}
#footer .bottom .main a.last {
	border-right: 1px solid #d4dad8;
}
#footer #newsletter {
	float: right;
	width: 261px;
	height: 130px;
	border: 1px solid #d4dad8;
	border-width: 0 1px;
	padding-left: 30px;
	background-color: #e9efeb;
}
#footer #newsletter strong {
	font-size: 0.9em;
	font-style: italic;
	display: block;
	margin-top: 23px;
	font-weight: normal;
	color: #a12338;
}
#footer #newsletter strong a {
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/social.png) no-repeat;
}
#footer #newsletter strong a[title="Twitter"] {
	background-position: -16px 0;
}
#footer #newsletter p {
	font-size: 0.7em;
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
}
#footer #newsletter .text {
	background: url(/images/textboxes/newsletter.gif) no-repeat;
	border: 0;
	font-size: 0.7em;
	color: #a12338;
	font-family: Helvetica, Arial, Sans-Serif;
	width: 128px;
	height: 26px;
	float: left;
	padding: 0 0 0 8px;
}
#footer #newsletter .button {
	border: 0;
}
#footer .bottom p.last {
	float: left;
	margin: -34px 0 0 14px;
	font-size: 0.7em;
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
}
#footer .bottom p.last img {
	vertical-align: middle;
	margin: -2px 20px 0;
}
#footer .bottom p span a {
	background: url(/images/footer/us.png) no-repeat left 2px;
	padding: 0 0 0 18px;
	margin: 0 0 0 5px;
}
#footer .bottom p span a.selected {
	background-position: right 2px;
	padding: 0 18px 0 0;
	margin: 0 5px 0 6px;
	color: #333;
}
#footer .bottom p span a.CAD {
	background-image: url(/images/footer/ca.png);
}
/* home */
#home {
	padding: 0 0 16px 257px;
	margin-left: 20px;
	background: url(/images/home/kirstin.jpg) no-repeat;
}
#home h1 {
	font-size: 2.5em;
	margin: 25px 0 0;
	padding: 16px 0 0;
}
#home p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #776;
	margin: 10px 150px 0 0;
	line-height: 1.5
}
#home p a {
	font-family: Georgia, Serif;
	font-style: italic;
}
#home h2 {
	font-weight: normal;
	color: #916e48;
	margin: 32px 0 0;
	font-size: 0.98em;
	background: url(/images/backgrounds/homepage-tab-bg.gif) repeat-x bottom;
}
#home h2 strong {
	float: right;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
#home h2 strong a {
	font-weight: bold;
}
#home h2 strong img {
	vertical-align: middle;
}
#home h2 span {
	background-color: #f0f5f1;
	padding: 9px 0;
	color: #a02237;
	width: 126px;
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;
	height: 16px;
	border: 1px solid #f0f5f1;
	border-bottom: 1px solid #d9e4de;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	cursor: pointer;
}
#home h2 span.selected {
	background: #fff;
	border: 1px solid #d9e4de;
	border-bottom: 1px solid #fff;
	color: #916e48;
	cursor: default;
}
#home .rec {
	width: 680px;
	border: 0;
	text-align: center;
}
#home .rec img {
	margin: 1em 0;
}
#home .rec > div {
	padding-right: 17px;
	text-align: left;
}
/* horizontal product groups */
.rec {
	border-top: 1px solid #f3f5f4;
	overflow: auto;
}
.rec > div {
	padding: 23px 30px 0 0;
	width: 206px;
	float: left;
}
.rec.narrow > div {
	width: 205px;
}
.rec > div.last {
	padding-right: 0 !important;
}
.rec div div {
	float: right;
	width: 118px;
}
.rec a.img {
	width: 85px;
	margin: 0;
	text-align: center;
	display: block;
	float: left;
}
.rec a {
	font-size: 1.1em;
}
.rec span {
	width: auto;
	color: #776;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.rec span span {
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
	text-decoration: line-through;
}
.rec span.brand {
	font-family:Georgia,serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	color: #926f49;
	margin-top: 4px;
}
.rec span.rating {
	width: 80px;
}
.rec span.rating span {
	display: inline-block;
	margin: 0;
}
h2.rec {
	color: #916e48;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 1.5em;
	border: 0;
	overflow: visible;
}
/* category */
.category {
	padding: 38px 0 60px;
}
.category h1 {
	font-size: 2.6em;
	letter-spacing: -1px;
	float: left;
	width: 440px;
	margin: -8px 20px 40px 20px;
}
.category p#description {
	font-size: 0.8em;
	line-height: 1.8;
	color: #707f7a;
	float: left;
	width: 460px;
	margin: 0 0 40px;
}
.category #viewer {
	background-color: #f3f5f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #6f8078;
	font-style: italic;
	margin: 0 0 50px;
	text-align: center;
	font-size: 0.9em;
}
.category #viewer select {
	margin: 12px 20px 12px 6px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 0.9em;
	color: #555;
	vertical-align: middle;
	padding: 5px;
}
div.brand h1 {
	float: none;
	color: #333;
	font-size: 2.1em;
	width: auto;
	margin-bottom: 15px;
}
div.brand p#description {
	float: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	width: 705px;
	margin: 10px 0 10px 20px;
}
div.brand .learn {
	float: right;
	border: 1px solid #d6e1d9;
	border-width: 0 0 1px 1px;
	width: 120px;
	padding: 0 0 10px 14px;
}
div.brand .learn a {
	display: inline-block;
	padding: 22px 5px 5px 0;
}
div.non-leaf .text {
	float: left;
	margin-left: 20px;
}
div.non-leaf h1 {
	margin: -6px 0 0 240px;
	width: auto;
	position: absolute;
	font-size: 2.5em;
}
div.non-leaf p#description {
	width: 210px;
	margin-right: 30px;
	font-size: 0.95em;
	position: absolute;
	line-height: 1.5;
}
.subcats {
	width: 700px;
	margin: 60px 0 0 260px;
}
.subcats td {
	float: left;
	padding: 0 15px 20px 0;
	width: 160px;
	font-size: 1.2em;
}
.subcats td.last {
	padding-right: 0;
}
div.brand .subcats {
	width: auto;
	margin: 0;
}
div.brand .subcats td {
	text-align: center;
	width: 255px;
	padding: 0 65px 50px 20px;
	font-size: 1.5em;
}
div.brand .subcats td.last {
	padding-right: 0;
}
.product-list {
	width: 100%;
	padding-right: 20px;
}
.product-list td {
	width: 50%;
	padding: 40px 40px 40px 0;
	border: 1px solid #e9efeb;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
.product-list td.second {
	padding-left: 40px;
	padding-right: 0;
	border-width: 0 0 1px;
}
.product-list td.last {
	border-bottom: 0;
}
.product-list tr:first-child td {
	padding-top: 0;
}
.product-list div {
	width: 290px;
	float: right;
}
.product-list div.img {
	float: left;
	width: 120px;
	text-align: center;
}
.product-list div.img a:first-child {
	display:block
}
.product-list .fav {
	float:right;
	margin: 0 -5px 10px 10px;
	display: block;
	width: 60px;
	text-align: center;
}
.product-list .fav img {
	margin-bottom: 5px
}
.product-list span { display: block; }
.product-list span.note {
	font-family: Helvetica, Arial;
	font-size: 0.7em;
	color: #525e5a;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.product-list span.note.custom {
	cursor: default;
}
.product-list span.note img {
	vertical-align: middle;
}
.note-popup {
	position: absolute;
	display: none;
	width: 200px;
	background-color: #ffffee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #a8b3ab;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	padding: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}
.category #no-products {
	text-align: center;
	border-top: 1px solid #e9efeb;
	color: #414c48;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 2em 0 0;
	width: 900px;
}
#product-page .price, .product-list .price {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.85em;
	margin: 5px 0 10px;
	color: #333;
}
/* discount percentage */
.price span.discount {
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 0 0 0 2px;
	background-color: #ffc;
	color: #777;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
}
/* regular price */
.price em {
	font-style: normal;
	text-decoration: line-through;
	font-weight: normal;
}
/* star ragings */
span.rating, span.rating span {
    display: inline-block;
    background: url(/images/icons/heart.png) repeat-x;
    width: 80px;
    height: 14px;
    color: #fff;
}
span.rating span {
    background-position: 0 -14px;
}
span.rating.large, span.rating.large span {
	background-image: url(/images/icons/heart-large.png);
	width: 140px;
	height: 21px;
}
span.rating.large span {
	background-position: 0 -21px;
}
.product-list .name {
	font-size: 1.3em;
	color: #a02237;
}
.product-list .name.short-dated {
	color: #916e48;
}
.product-list .brand {
	font-style: italic;
	font-size: 0.8em;
	color: #926f49;
}
.product-list p {
	font-size: 0.8em;
	color: #555;
}
.product-list a.details {
	color: #ddd;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #926f49;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	display: block;
	margin-top: 6px;
}
.product-list td.text {
	color: #555;
	line-height: 1.4;
	padding-top: 30px;
}
.product-list p.d {
	background-color: #ffd;
	padding: 0.6em;
}
/*.product-list .out-of-stock, .cart .out-of-stock {
	font-family: Helvetica, Arial;
	font-size: 0.75em;
	color: #333;
}
.out-of-stock img {
	vertical-align: -2px;
}*/
.product-list .size {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #555;
	font-size: 0.9em;
}
.product-list form {
	margin-top: 17px;
}
.product-list select {
	width: 150px;
	padding: 5px;
	margin-right: 5px;
}
.product-list input {
	vertical-align: top;
}
.paging {
	background-color: #f6f8f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e9efeb;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 8px 8px 8px 14px;
	margin-top: 50px;
	height: 31px;
}
.paging div {
	width: 33%;
	float: left;
}
.paging .first a {
	display: inline-block;
	padding: 6px;
}
.paging .first a:hover {
	color: #333;
	text-decoration: none;
}
.paging .selected {
	color: #333;
}
.paging .second {
	width: 31.5%;
	text-align: center;
}
.paging .second a {
	width: 137px;
	height: 31px;
	background: url(/images/buttons/paging.gif) no-repeat center top;
	display: inline-block;
}
.paging .second a:active {
	background-position: right top;
}
.paging .second a.next {
	margin-left: 10px;
	background-position: center bottom;
}
.paging .second a.next:active {
	background-position: right bottom;
}
.paging .second a.disabled {
	background-position: left top;
	cursor: default;
}
.paging .second a.next.disabled {
	background-position: left bottom;
}
.paging .third {
	width: 35.5%;
	text-align: right;
}
.paging .third a, .paging.all-mode a {
	display: inline-block;
	width: 150px;
	height: 31px;
	background: url(/images/buttons/view-all.gif) no-repeat;
}
.paging.all-mode {
	text-align: center;
}
.paging.all-mode a {
	margin: 0 auto;
	background-position: -150px 0;
}
#jurlique-disclaimer {
	border: 1px solid #e9efeb;
	border-width: 1px 0;
	background-color: #ffffeb;
	padding: 1.3em 2.5em;
	margin-top: 15px;
	color: #444;
	font-size: 1em;
	line-height: 1.5;
}
/* alternatives */
.alternatives {
	border-collapse: collapse;
}
.alternatives td {
	width:176px;
	padding: 30px 0 30px 20px;
	border-bottom: 1px solid #eee;
}
.alternatives tr.first td {
	padding-top: 0;
}
.alternatives td.first {
	padding-left: 0;
	text-align: center;
	color: #916e48;
	font-size: 1.35em;
}
.alternatives td.second img {
	padding-top: 45px;
}
.alternatives img {
	margin: 0 auto;
}
.alternatives td * {
	display: block;
}
.alternatives a {
	font-size: 1.2em;
}
.alternatives a.img {
	width: 100%;
	text-align: center;
}
.alternatives span {
	margin-top: 4px;
	color: #916e48;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
}
.alternatives .price {
	font-weight: bold;
	color: #999;
	font-size: 0.9em;
}
/* product page */
#product-page {
	padding: 50px 0 0;
}
#product-page>div { float:left; }
#product-page .left {
	width: 210px;
	font-size: 0.8em;
	padding: 0 20px 60px;
}
#product-page .center {
	width: 370px;
	padding-bottom: 60px;
}
#product-page .center .icon {
	float: right;
	margin: 0 0 0 0.5em;
}
#product-page .right {
	width: 260px;
	margin-left: 80px;
	padding-bottom: 60px;
}
#product-page #image {
	text-align: center;
}
#product-page #image a {
	width: 100%;
	display: block;
}
#product-page #image img {
	margin: 0 auto;
}
#product-page #zoom-button {
	margin: 15px auto 30px;
}
#product-page #zoom-button a {
	display: inline;
}
#product-page .left p {
	margin: 0 0 8px;
}
#product-page .left span.rating {
	cursor: pointer;
}
#product-page #review-tooltip {
	position: relative;
	font-family: Helvetica, Arial;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d4c6b9;
	padding: 5px;
	font-size: 0.85em;
	width: 120px;
	top: -45px;
	left: 40px;
	display: none;
}
#product-page #review-tooltip div {
	background-color: #fff;
}
#product-page #review-tooltip * {
	display: block;
}
#product-page #review-tooltip div div {
	padding: 13px
}
#product-page #review-tooltip span.rating {
	margin-bottom: 3px;
}
#product-page #review-tooltip a.write-review-button {
	text-transform: none;
	padding: 13px;
	border-top: 1px solid #d8d8d8
}
#product-page #review-tooltip a.write-review-button:hover {
	text-decoration: none;
}
#product-page #review-tooltip a.write-review-button span {
	float: left;
	font-size: 3em;
	margin: -5px 3px 0 0;
}
#product-page .left strong {
	color: #916e48;
	font-weight: normal;
}
#product-page img.fav {
	float: left;
	margin: 10px 0 10px 20px;
}
#product-page h1 {
	margin: 0;
}
#product-page p, #product-page li {
	color: #6f807a;
	line-height: 1.6;
}
#product-page p.brand {
	margin: 3px 0 0;
	font-style: italic;
	font-size: 0.8em;
}
#product-page h2 {
	color: #916e48;
	letter-spacing: 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 50px 0 3px;
}
#product-page h3 {
	color: #916e48;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin: 35px 0 3px;
}
#product-page #chat {
	margin-top: 50px;
}
#product-page .other p {
	font-size: 0.8em;
	line-height: 1.9;
	margin: 0;
}
#product-page .swatch {
	margin: 0 0 30px;
	border: 1px solid #d6e1d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 16px;
}
#product-page .swatch h4 {
	color: #5a5a5a;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1em;
}
#product-page .swatch p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #788;
	margin-bottom: 0;
}
#product-page label {
	display: inline-block;
	width: 60px;
	padding: 5px 15px 10px 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
}
#product-page select {
	width: 150px;
	padding: 6px;
	vertical-align: top;
	margin-bottom: 10px;
}
#product-page #quantity {
	width: 50px;
	padding: 3px;
	text-align: center;
	font-family: Helvetica, Arial, Georgia;
	font-size: 1.1em;
}
#product-page .add-to-cart {
	background-color: #f6f8f5;
	margin: 0 0 30px;
	border: 1px solid #d6e1d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 16px;
}
#product-page .add-to-cart .button {
	vertical-align: top;
	margin-left: 12px;
}
#product-page .add-to-cart span {
	display: block;
	font-size: 0.8em;
	color: #906e48;
	font-style: italic;
}
#product-page .message {
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 0 30px;
	border: 1px solid #d6e1d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 16px;
	font-size: 0.8em;
	background-color: #ffe;
}
#product-page .message strong {
	text-transform: uppercase;
	font-size: 1.1em;
}
#product-page h1 span {
	display: inline;
}
#product-page .related {
	border: 1px solid #d6e1d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
}
#product-page .related .head {
	background-color: #f6f8f5;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.9em;
	padding: 8px 0 12px 15px;
	color: #444;
	border-bottom: 1px solid #d6e1d9;
}
#product-page .related div {
	border-bottom: 1px solid #d6e1d9;
	padding: 24px 10px 25px 10px;
	overflow: auto;
}
#product-page .related div:last-child {
	border-bottom: 0;
}
#product-page .related a.img {
	float: left;
	width: 95px;
	text-align: center;
}
#product-page .related div div {
	float: right;
	width: 140px;
	border-bottom: 0;
	padding: 0;
}
#product-page .related span {
	display: block;
}
#product-page .related a.name {
	font-size: 1.2em;
	display: block;
}
#product-page .related .brand {
	color: #916e48;
	font-size: 0.8em;
	margin: 5px 0;
}
#product-page .related .price {
	color: #444;
	font-size: 0.8em;
}
#product-page #main-rating {
	margin: 11px 0 12px
}
.review {
	margin-bottom: 1.5em;
}
.review .rating-block {
	float: right;
	margin: 4px 0 0 8px;
}
#product-page .review p {
	margin: 0 0 1em;
	font-size: 0.8em;
	line-height: 1.9
}
#product-page .review p.title {
	color: #333;
	font-size: 1em;
	margin: 0 0 1em;
	line-height: 1.45;
	position: relative;
}
#product-page .review p.title span {
	position: absolute;
	color: #c6b4a0;
	font-size: 3em;
	left: -27px;
	top: -13px;
}
#product-page .review .info {
	color: #8b6540;
	font-style: italic;
}
#product-page .review .info span {
	color: #94a09c;
	font-family: Helvetica, Arial;
	font-style: normal;
}
#product-page #review-list h2 {
	margin-top: 3em
}
#product-page #review-list #main-rating {
	margin-bottom: 26px;
}
#product-page #review-list .review {
	margin-bottom: 2.5em
}
#product-page #review-list .paging {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border-width: 1px 0;
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 2em;
	padding: 13px 0;
	text-transform: uppercase;
	font-size: 0.75em;
	height: auto;
}
#product-page #review-list .paging a {
	float: left;
	display: block;
}
#product-page #review-list .paging a.next {
	float: right;
}
#product-page #review-list .paging a.disabled {
	color: #94a09c;
}
#search-page {
	margin: 0 0 34px 20px;
}
#search-page h1 {
	font-size: 2.5em;
	color: #333;
	margin: 1em 0 0.2em;
}
#search-page > p {
	margin: 0 0 4em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #555;
	line-height: 1.4;
}
#search-page #pages {
	width: 650px;
	margin-top: -30px;
	padding: 6px 60px 0 0;
	border-top: 1px solid #e9efeb;
}
#search-page #pages h3 {
	font-weight: normal;
	margin-bottom: 0.1em;
}
#search-page #pages p {
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0 0 1.9em;
}
#search-page #discontinued {
	padding-top: 0.8em;
	margin: 2.2em 0 4em;
	border-top: 1px solid #e9efeb;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #555;
	line-height: 1.4;
}
#search-page #no-active-discontinued {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.4;
	margin-bottom: 10em;
}
div.error {
	background: url(/images/icons/error.gif) no-repeat #ffffcb 18px 15px;
	padding: 12px 48px;
	color: #8e1f32;
	width: 560px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e5e4d0;
	margin: 0 0 27px;
	line-height: 1.2;
}
div.error a {
	text-decoration: underline;
}
#cs-cfg { display: none }
