/* Wine & Truffle Co. */

body { background:#fcfbf9;}

.wrapper { }
.page {
	width:984px;
	margin:20px auto 0;
	text-align:left;
}
.page-print {
	background:#fff;
	padding:20px;
	text-align:left;
	max-width:21cm;
}
.page-popup {
	padding:20px;
	text-align:left;
}
.main {
	/*clear: both;*/
	overflow:hidden;
	font-size: 12px;
	margin:15px 0 20px;
	
}
/* Base Columns */ 
.col-left {
	float:left;
	width:222px;
	margin-bottom:-20px;
}
.col-main {
	float:left;
	width:742px;
}
.col-main p {
	line-height: 18px;
	margin: 0 0 .5em;
}
.col-right {
	float:right;
	width:222px;
	margin-bottom:-20px;
}
.search-autocomplete {
	z-index:999;
	color: #000;
	text-align: left;
}
.search-autocomplete ul {
	padding: 5px;
	border:1px solid #5c7989;
	background-color:#999;
}
.search-autocomplete li {
	border-bottom:1px solid #f4eee7;
	cursor:pointer;
}
.search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}
.search-autocomplete li.odd { background-color:#999; }
.search-autocomplete li.selected { background-color:#ddd; }
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */

.col2-left-layout .col-main { float:right; }
.col2-right-layout {}
.col2-right-layout .col-main { 
	width:702px;
	padding:0 30px 0 0;
	border-right:solid 1px #e9e7e0;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width:482px;
	margin-left:19px;
}
.col3-layout { }
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:48%;
}
.col2-set .col-2 {
	float:right;
	width:48%;
}
.col2-set h4 {
	margin: .5em 0;
	border-bottom: 1px solid #ddd;
}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container { }
.header {}
.header .logo {
	float: left;
	width: 338px;
	height: 99px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin:0 0 20px;
}
.header ul.links {
	list-style:none;
	float:right;
}
.header ul.links li {
	float:left;
	background:url(../i/top-menu.png) no-repeat 20px 0;
	padding:0 0 0 35px;	
	line-height:11px;
}
.header ul.links a {
	color:#9d977d;
	text-transform:uppercase;
	font-size:10px;
}
.top-right {
	color: #fff;
	float: right;
	margin-top:40px;
	width: 449px;
	height:90px;
	text-align: right;
	padding:0;
	display: block;
}
.welcome {
	text-align: right;
	color: #000;
	width: 505px;
	margin: 0;
	padding-top: 20px;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
}
.welcome p {
	padding-right: 1em;
	margin:0;
}
#language-switch { /*CSS for sample search box. Remove if desired */
	color: #000;
	font-weight: bold;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
}
#language-switch label { margin-right: 10px; }
#language-switch .textinput {
	width: 100px;
	border: 1px solid gray;
}
#language-switch .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: lightyellow;
}


.header .welcome-msg {
	font-weight:bold;
	text-align:right;
}
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-language { text-align:center; }
#logo {
	float:left;
	width:200px;
	height:63px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
h1.toptitle {
	font:normal 21px/1.6 "Garamond Premr Pro", Garamond, "Times New Roman", serif;
	margin-bottom:20px;
}
.col3-layout h1.toptitle {
	margin-left:237px;
}

h1.toptitle2 {
	font:normal 21px/1.6 "Garamond Premr Pro", Garamond, "Times New Roman", serif;
	margin-bottom:20px;
}
.col3-layout h1.toptitle2 {
	margin-left:0px;
}


/********** < Navigation */
#nav {
	clear: both;
	font-size:11px;
	font-weight: bold;
	background:#111 url(../i/nav.png);
}
/* All Levels */
#nav li {
	position:relative;
	text-align:left;
	background:url(../i/nav-li.png) no-repeat;
}
#nav li.first {background:none;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover {
	display:block;
	/*line-height:41px;*/
	text-decoration:none;
	text-transform:uppercase;
}
#nav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span { white-space:normal; }
#nav li li.parent { color: #000; }
/* 0 Level */
#nav li { float:left; }
#nav li a { padding:12px 35px 12px 37px; }
#nav li.active a {
	color:#9d977d;
}
#nav a {
	float:left;
	color:#f3f0e8;	
}
#nav a:hover { color:#fff;}
#nav li.active li a {color:#9d977d;}

#nav li li a { border-right: none; }
#nav li li a:hover { color: #000000; }
/* 1st Level */
#nav ul li,
#nav ul li.active {
	float:none;
	margin:0;
	background:#ddd;
	color: #000;
}
#nav ul li.over { color: #000; }
#nav ul li.last {
	background:#656461;
	padding-bottom:0;
}
#nav ul a,
#nav ul a.first,
#nav ul a:hover {
	float:none;
	padding:0;
	background:#111 url(../i/nav.png) no-repeat top center;
	color:#fff;	
}
/* 2nd leven */
#nav ul {
	position:absolute;
	width:18em;
	top:40px;
	left:-10000px;
}
/* 3rd+ Level */
#nav ul ul { top:5px; }
/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a:hover {
	background:#ccc;
	color:#000 !important;
	border-right: none;
}
#nav ul span,
#nav ul li.last li span { padding:8px 15px; }
/********** Navigation > */
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
label {
	text-transform:uppercase;
	color:#9d977d;
	font-size:11px;
}
.input-box {margin-bottom:8px;}
input,
select,
textarea,
button {
	font:12px/21px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	background: #fff;
}
input:disabled[disabled], 
select:disabled[disabled],
textarea:disabled[disabled] {background:#fcfbf9;}

input.input-text,
select,
textarea { border:1px solid #dfddd4; }
input.input-text:focus,
select:focus,
textarea:focus { }
input.input-text {
	padding:3px 5px;
	margin:0 .5em 0 0;
	width:50%;
}
textarea { padding:5px; }
select { background:#fff; padding:2px; }
option {padding-right:1em; }
input.radio {
	margin-right:3px;
	background:none;
}
input.checkbox { margin:0 3px 0 0; }
input.qty { width:2.5em; }
textarea { overflow:auto; }

button {
	overflow:visible;
	width:auto;
	cursor:pointer;

	background:none;
	border:none;
	padding:0;
}
button span, button b {
	display:block;
	padding:0;
	font:bold 11px/21px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	height:21px;
	color:#fff;
	font-weight:normal;
	background-image:url(../i/black-button-21.png);
}
button b {
	background-position:top left;
	padding-left:1em;
}
button span {
	background-position:top right;
	padding-right:1em;
}
button:active b { background-position:bottom left; }
button:active span { background-position:bottom right; }

button.disabled { }
button.disabled span { }
/* Input & Textarea stretched for 100% */
.field-100 {
	border:1px solid #dfddd4;
	padding:2px;
	overflow:hidden;
}
.field-100 input.input-text,
.field-100 textarea {
	float:left;
	width:95%;
	margin:0;
	padding:0;
	border:0;
}
/* Form Highlight */
.highlight { }
/* Form lists */
.form-list li { margin:1em 0; }
.form-list li .input-box { }
.form-list li input.input-text { width: 256px; }
.form-list li textarea { /*width:500px;*/ width:100%;}
.form-list li textarea { height: 300px; }
.form-list li select {
	width:256px;
	padding:5px;
}
.form-list li.add-row {
	border-top:1px solid #ddd;
	margin-top:10px;
}
.form-list label { font-weight:bold; }
.group-select { }
.group-select label h3 { margin: .5em 0; }
.group-select .legend { }
.group-select li { margin:0 0 5px; }
.group-select li .input-box {
	float:left;
	width:350px;
}
.group-select li .input-box label { line-height: 24px; }
.group-select li input.input-text,
.group-select li textarea { width:660px; }
.group-select li select {
	width:516px;
	padding: 5px;
}
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:330px; }
.group-select li .input-box select { width:340px; }
.group-select li .input-checkbox { text-align:center; }
.group-select li .input-checkbox label { line-height:30px;; }


.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }
.buttons-set {
	clear:both;
	margin:5px 0 0;
	padding:5px;
	border:1px solid #ddd;
	background: #efeee5 url(../images/sorter.gif) repeat-x;
}
.buttons-set .back-link {
	float:left;
	margin-left: .5em;
}
.buttons-set .button { float:right; }
.buttons-set2 {
	clear:both;
	margin:5px 0 0;
	padding:5px;
	border:1px solid #ddd;
	text-align:right;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	padding-left:17px;
	font-size:10px;
	line-height:13px;
	background:url(../../default/images/validation_advice_bg.gif) 2px 1px no-repeat;
	color:#f00;
}
.validation-failed {
	border:1px dashed #f00 !important;
	background:#faebe7 !important;
}
.validation-passed { }
.required { color:#f00; }
p.required {
	font-size:10px;
	text-align:right;
}
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice {
	float:left;
	width:12em;
	margin-right:-12em;
	display:inline;
	position:relative;
}
/* Global Messages  */
.success {
	color:#3d6611;
	font-weight:bold;
}
.error {
	color:#f00;
	font-weight:bold;
}
.notice { color:#ccc; }
.messages {
	width:100%;
	overflow:hidden;
}
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style:solid !important;
	border-width:1px !important;
	background-position:10px 10px !important;
	background-repeat:no-repeat !important;
	min-height:24px !important;
	padding:8px 8px 8px 32px !important;
	font-size:10px !important;
	font-weight:bold !important;
}
.error-msg {
	border-color:#f16048;
	background-color:#faebe7;
	background-image:url(../../default/images/error_msg_icon.gif);
	color:#df280a;
}
.success-msg {
	border-color:#446423;
	background-color:#eff5ea;
	background-image:url(../../default/images/success_msg_icon.gif);
	color:#3d6611;
}
.note-msg,
.notice-msg {
	border-color:#fcd344;
	background-color:#fafaec;
	background-image:url(../../default/images/note_msg_icon.gif);
	color:#3d6611;
}
/* BreadCrumbs */ 

.breadcrumbs {
	color: #fff;
	margin-bottom: 15px;
	height: 42px;
	width:100%;
	background:url(../images/bg-crumbs.png) no-repeat bottom left;
	border:none;
	border-collapse:collapse;
}
.breadcrumbs h2 {
	color:#000;
	font-size:16px;
	letter-spacing:normal;
	line-height:40px;
	padding-left:2px;
}
.breadcrumbs ul { display: inline; }
.breadcrumbs li { display:inline; }
.breadcrumbs .crumbs {
	padding-left: 1em;
	font-size: 12px;
	color:#000;
	vertical-align:middle;
	height:40px;
	line-height:1.2;
}
.breadcrumbs .crumbs a { color:#000; }

.breadcrumbs .toplinks {
	text-align: right;
	padding:0 5px 0 1em;
	line-height:40px;
	white-space:nowrap;
}
.toplinks li {
	list-style: none;
	color: #fff;
}
.toplinks li a {
	margin-right: 10px;
	text-decoration: underline;
	font-size:12px;
	color: #fff;/*text-transform: uppercase;*/
}
.toplinks li a:hover { text-decoration: none; }
/* Page Heading */
.page-title-buttons {
	background: #fff;
	border-width: 1px 1px 0 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 5px 15px;
}
.page-title {
	border-bottom:1px solid #ddd;
	padding:0 0 5px;
	margin:0 0 10px;
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
/* Pager */ 
.pager {
	border:1px solid #dfddd4;
	font-size: 12px;
	padding:5px 10px;
	margin:0 0 5px;
	text-align:center;
	background:#e8e6db;	
}
.pager .amount { 
	float:left;
	margin:0;
}
.pager .limiter {
	float:right;
}
.pager .pages { margin:0 auto; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; padding:0 3px; }
.pager .pages .current { }
/* Sorter */ 
.sorter {
	border:1px solid #dfddd4;
	padding: 5px 10px;
	font-size: 12px;
	margin:0;
	background:#e8e6db;	
}
.sorter .view-mode {
	float:left;
	padding:0;
	margin:0;
}
.sorter .view-mode p {
	margin: 0;
	padding: 0;
}
.sorter .sort-by { float:right; }
.sorter fieldset { padding:0; }
.sorter .link-feed { }

.pager select,
.sorter select {
	background:#fff;
	border-color:#d1cebf;
	font-size:11px;
}

/* Data Table */ 
.data-table {
	width:100%;
	background: #fff;
	border: 1px solid #d9d6c8;
}
.data-table th {
	padding:5px;
	border:1px solid #d9d6c8;
	font-weight:bold;
	white-space:nowrap;
}
.data-table td {
	padding:5px;
	border:1px solid #d9d6c8;
}
/*.data-table td.a-right { background: #eaeaea url(../images/sorter.gif) repeat-x; }*/
.data-table thead { background: #efeee5 url(../images/sorter.gif) repeat-x; }
.data-table tbody { }
.data-table tfoot { }
.data-table tr.first { }
.data-table tr.last { }
.data-table tr.odd { }
.data-table tr.even { background-color:#fcfcf5; }
.data-table tbody.odd { }
.data-table tbody.odd td { }
.data-table tbody.even { background-color:#fcfcf5; }
.data-table tbody.even td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag {
	white-space:nowrap;
	font-weight:normal;
}
.data-table td .product-name {
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
	text-transform:none;
}
.data-table td.label,
.data-table th.label {
	font-weight:bold;
	background: #efeee5 url(../images/sorter.gif) repeat-x;
}
.data-table td.value { }
/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td { }
tr.tax-total .tax-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(../../default/images/bg_collapse.gif) 0 4px no-repeat;
	cursor:pointer;
}
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td { }
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td { }
/* Lists Decoration */
li.odd {
	display: block;
	border-bottom: 1px dotted #dfddd4;
	padding: 5px 0;
}
li.even {
	display: block;
	border-bottom: 1px dotted #dfddd4;
	padding: 5px 0;
}
li.last { border-bottom: none; }
dt.odd,
dd.odd { }
dt.even,
dd.even { background-color:#f6f6f6; }
/* Class: std - styles for admin-controlled content */

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
	margin:0 0 1em;
	padding:0;
}
.std ul {
	list-style:disc outside;
	padding-left:1.5em;
}
.std ol {
	list-style:decimal outside;
	padding-left:1.5em;
}
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote {
	font-style:italic;
	padding:0 0 0 1.5em;
}
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block {
	margin:0;
	font-size: 13px;
}
.sidebar .block .block-title {
	padding:0 10px;
	text-indent: -9999px;
}
.sidebar .block .block-title h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
.sidebar .block h3 {
	font-size:14px;
	line-height:1.5;
}
.sidebar .block .block-content { padding:0 15px;/*background: url(../images/bottom_corner.gif) bottom right;*/
}
.sidebar .block .actions {
	text-align:right;
	margin-top: 1em;
}
.sidebar .block .actions a { float:left; }
p.category-rss { border-top: 1px solid #ccc; padding-top:6px;}
.link-rss { float: right; color: #999;}
/* Block: Tags */
.sidebar .block-tags .block-title {
	background:url(../images/populartags.gif) no-repeat;
	height: 60px;
	text-indent: -9999px;
}
.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline; }
/* Block: Banner */
.sidebar .block-banner { }
.sidebar .block-banner { padding: 0; }
.sidebar .block-banner .block-content {
	text-align:center;
	background: url(../images/box-bg.png) no-repeat top left;
	padding: 10px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sidebar .box {
	margin-bottom:20px;
	position:relative;
	width:216px;
	border:solid 3px #dfddd4;
	background:#e8e6db;
}
.sidebar .box .actions { overflow:hidden; }
.sidebar .box .cont h2 {
	margin:13px -10px;
	color:#000;
	font: bold 20px/25px "Garamond Premr Pro", Garamond,"Times New Roman", serif;
	text-align:center;
	text-transform:uppercase;
}
.sidebar .box .cont h2 a { color:#000; }

.sidebar .box .cont {
	padding:0 15px 12px;
	/*width:190px;*/
	overflow:hidden;
	font-size: 12px;
}
.sidebar .box .cont a { color:#000; }
.sidebar .box .bottom {
	display:none;
}
.sidebar .box .ad-top {
	position:absolute;
	background: url(../images/bg-box-trans-top.png) no-repeat;
	height:8px;
	width:220px;
	left:0;
	top:0;
	z-index:3;
}
.sidebar .box .ad {
	padding:2px;
	width:216px;
	z-index:2;
}
.sidebar .box .ad img {
	display:block;
	border:none;
}
.sidebar .box .ad-bottom {
	position:absolute;
	background: url(../images/bg-box-trans-bottom.png) no-repeat;
	height:8px;
	width:220px;
	left:0;
	bottom:0;
	z-index:3;
}
.sidebar .box .ad-bg {
	position:absolute;
	width:220px;
	left:0;
	top:8px;
	bottom:8px;
	background: url(../images/bg-box-trans.gif);
	z-index:-1;
}
.sidebar .box label {
	font-size:11px;
}
.sidebar .box .input-text {
	height:15px;
	/*line-height:25px;*/
	margin:2px 0 10px;
	padding:2px 5px;
	width:174px;
	border:solid 1px #d1cebf;
	background:#fff;
}
.sidebar .blog {}

/* Block: fetured product (of the month) */
.sidebar .box-featured {
	background-color:#fff;
	text-align:center;
}
.sidebar .box-featured .cont {
	padding:0 7px 8px;
}
.sidebar .box-featured .description {
	margin-bottom:1em;
}
.sidebar .box-featured p {
	margin-bottom:.5em;
}

/* Block: Reorder */
.sidebar .box-reorder {}
.sidebar .box-reorder li { padding:5px 0; }
.sidebar .box-reorder .checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.sidebar .box-reorder .label {
	display:block;
	margin-left:20px;
}
/* Block: Related */
.sidebar .box a { color: #fff; }
.sidebar .box-related {}
.sidebar .box-related .product-name { font-size: 12px; }
.sidebar .box-related h4 a { text-decoration:none; font-size:1em; }
.sidebar .box-related h4 a:hover { text-decoration: underline; }
.sidebar .box-related li { padding:5px 0; }
.sidebar .box-related .checkbox {
	float:left;
	margin-right:-20px;
}
.sidebar .box-related .item { margin-left:20px; }
.sidebar .box-related .item .product-image {
	float:left;
	margin-right:-65px;
}
.sidebar .box-related .item .product-details { margin-left:60px; }
/* Block: Account */
.sidebar .box-account ul {
	list-style: disc;
	color: #fff;
	margin-left: 1.5em;
	line-height: 1.8em;
}
.sidebar .box-account {}
/* Block: Mini-Login */
.sidebar .box-login button { 
	width:89px;
}
/* Block: Viewed */
.sidebar .box-recent {}
.sidebar .box-recent ol { list-style: none; }
.sidebar .box-recent li a {
	color: #fff;
}
.sidebar .box-recent li a:hover { text-decoration:underline;}
/* Block: Layered Navigation */

.sidebar .box-layered-nav dt {
	font-weight:bold;
	color: #fff;
	line-height: 2em;
}
.sidebar .box-layered-nav .currently { }
.sidebar .box-layered-nav ol,
.sidebar .box-layered-nav ul {
	color:#fff;
	margin-left: 1.8em;
	list-style: disc;
}
.sidebar .box-layered-nav li a { color: #d6d6d6; }
/* Block: Checkout Progress */
.sidebar .box-progress {}
.sidebar .box-progress dt { font-weight:bold; }
.sidebar .box-progress dt.complete,
.sidebar .box-progress dd.complete {
	font-size: 11px;
	margin-bottom: 1em;
}
/* Block: Compare Products */
.sidebar .box-compare li { padding:5px 0; }
.sidebar .box-compare {}
/* Block: Subscribe */
.sidebar .box-subscribe .cont { text-align:center;}
/*.sidebar .box-subscribe a.fat-button {
	display:block;
	color:#fff;
	background:#000 url(../i/black-fat-button.png) no-repeat center top;
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:20px;
}*/
.sidebar .box-subscribe p {
	margin-bottom:.5em;
}
/* Block: Poll */
.sidebar .box-poll .radio {
	float:left;
	margin:3px -18px 0 0;
}
.sidebar .box-poll .label {
	display:block;
	margin-left:18px;
}
.sidebar .box-poll .answer { }
.sidebar .box-poll .votes { font-weight:bold; }
/* Block: Currency Switcher */
.sidebar .box-currency {}
.sidebar .box-currency select {
	width:100%;
	border:1px solid #888;
	background:#ddd;
}
/* Block: Wishlist */
.sidebar .box-wishlist {}
/* Block: Cart */
.sidebar .box-cart {}
.sidebar .box-cart h3 { margin-top:1ex;}
.sidebar .bottom-corner {
	background: url(../images/box-bottom-bg.png) no-repeat;
	height: 17px;
	margin-bottom: 15px;
}
.sidebar .top-corner {
	height: 11px;
	padding:0;
}
.sidebar .block-cart .amount { }
.sidebar .block-cart .subtotal { text-align:center; }
.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image {
	float:left;
	width:50px;
	padding:1px;
	border:1px solid #ddd;
	margin-right:-75px;
}
.sidebar .mini-products-list .product-details { margin-left:60px; }
.sidebar .mini-products-list .product-details h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
}
.sidebar .mini-products-list .product-details h4 a { text-decoration:none;}
.sidebar .mini-products-list .product-details h4 a:hover { text-decoration:underline;}
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

.sidebar .vertical-nav .cont {padding:0;}
.vertical-nav ul { margin:0; }
.vertical-nav ul ul li a {
	padding-left:50px;
	background-color:#d9d6c8;
	background-position:34px -87px;
}
.vertical-nav ul li a {
	display: block;
	color: #000;
	padding-left: 29px;
	text-decoration: none;
	line-height:29px;
	height:29px;           /* hint for IE, alternatively remove whitespace from HTML */
	border-top: 1px solid #f3f1e8;
	background:url(../i/box-bullets.png) no-repeat 14px 0;
}
.vertical-nav ul li a:hover {
	text-decoration:underline;
}
.vertical-nav ul li a.open {
	font-weight: bold;
	background-color:#d9d6c8;
	background-position:14px -58px;
}
.vertical-nav ul li a.open,
.vertical-nav .activesubsub,
.vertical-nav .subopen {
	
}
.vertical-nav .final {
	background-position:14px -29px;	
	background-color:#d9d6c8;
	font-weight: bold;
}
.vertical-nav ul ul .final {
	background-position:34px -87px;
}
.vertical-nav ul ul ul li a { padding-left: 40px;     /* indent level 2 */ }
.vertical-nav a { color:#000; }
.vertical-nav a:hover { color:#000; }

button::-moz-focus-inner {padding:0;border:none;}
.box button {
	margin:2px 0;
	float:right;
	text-transform:uppercase;
	font-size:11px;
}
.box button.fleft {
	margin-left:0;
	float:left;
}

.box button span,
.box button b {
	background-image:url(../i/black-button-21.png);
}

button.khaki span,
button.khaki b {
	background-image:url(../i/khaki-button.png);
}
button.link {float:none; display:block; width:100%;}
button.link span { background:url(../i/button-link.png) no-repeat right center; padding:0; }
button.link b {background:none; text-align:left; color:#000; padding:0;}

.teaser {
	width:222px;
	background:url(../i/boxes.jpg);
	margin-bottom:20px;	
}
.teaser p {
	margin:0;
	padding:0;
}
.teaser a {
	display:block;
	height:27px;
	line-height:27px;
	font-size:11px;
	font-weight:bold;
	padding:73px 30px 0 10px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../i/box-hover.png) 0 73px no-repeat;
}
.teaser a:hover {
	background-position:left bottom;
}
.teaser-events {
	background-position:0 0;
}
.teaser-cafe {
	background-position: -222px 0;
}
.teaser-wines {
	background-position: -444px 0;
}
.teaser-hunts {
	background-position: -666px 0;
}
.teaser-recipes {
	background-position: -888px 0;
}
.teaser-blog {
	background-position: -1110px 0;
}
.teaser-fresh {
	background-position: -1332px 0;
}


/*
.box .box-subscribe button {background:url(../images/bg-button-21x125.png) top left no-repeat; width:125px;}
.box .box-subscribe button:active { background-position:bottom left;}
.box .box-subscribe button span, .box .box-subscribe button b { display:inline; padding:0; background:none;}*/
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-title h2 {
	font-size: 24px;
	color: #363636;
	font-weight: bold;
}
.category-image {
	display:block;
	margin:0 auto;
	overflow: hidden;
}
.category-top {
	height: 18px;
	background: url(../images/bg_boxes.png) top left no-repeat;
}
.category-products { padding:0; }
.category-products h4.product-name a {
	font-size: 1em;
	text-transform:none;
	text-decoration:none;
}
.category-products h4.product-name a:hover { text-decoration: underline; }
/* View Type: Grid */
.products-grid { 
	width:706px;
	margin:3px -2px; 
	border-collapse:separate;
	border-spacing:2px;
}
.products-grid tr.odd {  }
.products-grid tr.even {  }
.products-grid td {
	width:211px !important;
	background:#fff;
	padding:10px;
	border: 1px solid #d9d6c8;
	text-align:center;
}
/*.products-grid td:hover { background: #F0F0F0; }*/
.products-grid td.empty { }
.products-grid button.button { float:left; }
.products-grid button.khaki { float:right; }
.products-grid .price-box { margin: 15px 0; }
/* View Type: List */
.products-list .item {
	padding:5px;
	margin:0 0 5px;
}
.products-list .product-image {
	float:left;
	margin-right:-150px;
}
.products-list .product-shop {
	float:right;
	width:320px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { }
.product-view h3 {
	color: #9d977d;
	font-size:15px;
	font-weight:normal;
	margin:1em 0 .5em;
}
.product-essential { }
.product-collateral { }
/* Product Images */
.product-view .product-img-box {
	float:right;
	width:267px;
	border:1px solid #ddd;
	background:#fff;
}
.product-view .product-img-box .product-image {  }
.product-view .product-img-box .product-image-zoom {
	position:relative;
	width:265px;
	height:265px;
	overflow:hidden;
	z-index:9;
	margin-top:0;
}
.product-view .tall .product-image-zoom { height:500px;}

.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.product-view .product-img-box .zoom-notice { 
	text-align:center;
	color:#999;
	font-size:11px;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 10px 5px;
	padding:0 28px;
	background:url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor:pointer;
}
.product-view .product-img-box .zoom #track {
	position:relative;
	height:18px;
}
.product-view .product-img-box .zoom #handle {
	position:absolute;
	left:0;
	top:0;
	width:9px;
	height:19px;
	background:url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:0;
}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li {
	float:left;
	padding:1px;
	background-color:#ddd;
	margin:0 0 8px 4px;
}
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label { }
/* Product Shop */
.product-view .product-shop {
	float:left;
	width:425px;
	padding:0;
}
.products-grid .product-name { margin:10px 0 20px; height:2em; }
.products-grid .product-name a { color:#9d977d; font-size: 14px; }
.product-view .short-description { }
/* Rating */
.ratings { }
.ratings .amount { }
.ratings .rating-links { }
.ratings dt { }
.ratings dd { }
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(../images/bg_rating.gif) 0 0 repeat-x;
	position:relative;
	overflow:hidden;
}
.rating-box .rating {
	position:absolute;
	top:0;
	left:0;
	height:13px;
	background:url(../images/bg_rating.gif) 0 100% repeat-x;
}
/* Availability */
.availability { }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock {
	font-weight:bold;
	color:#f00;
}
/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box {}
.price-box .price { font-weight:bold; }
.price-box-bundle { }
/* Regular price */
.regular-price { }
.regular-price .price { font-weight:bold; }
/* Old price */
.old-price { }
.old-price .price-label { white-space:nowrap; }
.old-price .price {
	font-weight:bold;
	text-decoration:line-through;
}
/* Special price */
.special-price { }
.special-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.special-price .price { font-weight:bold; }
/* Minimal price (as low as) */
.minimal-price { }
.minimal-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
a.minimal-price-link { display:block; }
a.minimal-price-link .label { }
a.minimal-price-link .price { font-weight:normal; }
/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }
/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }
/* Excl tax (for order tables) */
.price-excl-tax { display:block; }
.price-excl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-excl-tax .price { display:block; }
/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-incl-tax .price {
	display:block;
	font-weight:bold;
}
/* Price range */
.price-from { }
.price-from .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.price-to { }
.price-to .price-label {
	font-weight:bold;
	white-space:nowrap;
}
/* Price as configured */
.price-as-configured { }
.price-as-configured .price-label {
	font-weight:bold;
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit { }
/* Add to Links */
.add-to-links .separator { display:none; }
/* Add to Cart */
.add-to-cart {
	margin:15px 5px 15px 0;
}
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty { float:left; }
.add-to-cart .button {
	float:left;	
}
/* Add to Links + Add to Cart */
.add-to-box { }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or {
	float:left;
	margin:0 10px;
}
.add-to-box .add-to-links { float:left; }
/* Product Options */
.product-options {
	padding:10px;
	margin:10px 0 0;
	border:1px solid #ddd;
	background-color:#f6f6f6;
}
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
	color:#000;
}
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last { }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea {
	width:96%;
	height:8em;
}
.product-options dd select { width:100%; }
.product-options dd .multiselect option { }
.product-options .options-list { }
.product-options .options-list input.radio {
	float:left;
	margin:3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.product-options .options-list .label {
	display:block;
	margin-left:20px;
}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-options-bottom {
	padding:10px;
	border:1px solid #ddd;
	border-top:0;
}
.product-options-bottom .price-box { margin:10px 0; }
/* Grouped Product */
.grouped-items { }
/* Block: Description */
.product-view .description { }
/* Block: Additional */
.product-view .additional { }
/* Block: Upsell */
.product-view .up-sell { }
.product-view .up-sell .products-grid td { width:25%; }
/* Block: Tags */
.product-view .tags { }
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box {
	float:left;
	margin:0 5px;
}
.product-view .tags .form-add-tags .button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }
/* Block: Reviews */
.product-view .reviews { }
/* Block: Add Review */
.product-view .add-review { }
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li { display:inline; }
/* Advanced Search */
.search-summary { }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review { }
.product-review .product-img-box {
	float:left;
	width:140px;
}
.product-review .product-img-box .product-image {
	display:block;
	border:1px solid #ddd;
	padding:1px;
}
.product-review .details {
	float:right;
	width:570px;
}
/* ======================================================================================= */

#checkout-step-login .input-box { width: 256px; }
#checkout-step-login .input-box .input-text { width: 256px; }
#checkout-step-login .form-list { margin:0; }
#checkout-step-login a {
	margin:0;
	padding:0;
}
#checkout-step-login fieldset {
	margin-top:0;
	padding:0;
	line-height: 22px;
}
#checkout-step-login li {
	margin:0;
	padding:0;
}
/* Shopping Cart ========================================================================= */
.cart .checkout-types {
	float:right;
	text-align:right;
}
/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart .discount {
	padding: 10px;
	background: #323232;
	color: #fff;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	float:left;
	width:722px;
	margin-top: 1em;
}
.cart .cart-collaterals .product-name {
	border: none;
	text-transform: uppercase;
}
.cart .crosssell .product-image {
	float:left;
	margin-right:-135px;
}
.cart .crosssell .product-shop { margin-left:135px; }
.cart .crosssell li {
	padding: 10px;
	margin-bottom: 1em;
	background: #fff url(../images/col_main_bg.gif) repeat-x bottom right;
	border: 1px solid #ddd;
}
.cart .crosssell .product-shop li {
	padding: 0;
	margin:0;
	background: none;
	border:none;
}
.cart .shipping {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	background: url(../images/col_main_bg.gif) repeat-x bottom right;
}
.cart .shipping h3 { border-bottom: 1px solid #ddd; }
.cart .shipping { margin-top: 1.5em; }
.cart .shipping .form-list li { margin:1em 0; }
.cart .shipping .form-list li input.input-text,
.cart .shipping .form-list li textarea { width:254px; }
.cart .shipping .form-list li textarea { height: 300px; }
.cart .shipping .form-list li select { width:256px; }
.cart .shipping .form-list li.add-row {
	border-top:1px solid #ddd;
	margin-top:10px;
}
.cart .shipping .form-list label { }
/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
/* Options Tool Tip */
.item-options dt {
	font-weight:bold;
	font-style:italic;
}
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value dl {
	position:absolute;
	top:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid #ddd;
	background-color:#f6f6f6;
	color:#000;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:30px;
	top:7px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.one-page-checkout {
	border-bottom:1px solid #ddd;
	position:relative;
}
.one-page-checkout li.section {
	border:1px solid #ddd;
	border-bottom:0;
}
.one-page-checkout .step-title {
	background: #efeee5 url(../images/sorter.gif) repeat-x;
	padding:8px 15px;
	text-align:right;
}
.one-page-checkout .step-title .number {
	float:left;
	margin-right:15px;
	font:bold 36px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
}
.one-page-checkout .step-title h3 { float:left; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active { }
.one-page-checkout .active .step-title { cursor:default; }
.one-page-checkout .step {
	border-top:1px solid #ddd;
	padding:10px;
}
.one-page-checkout .order-review { }
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 50px;
	margin:10px 0;
}
.checkout-progress li {
	float:left;
	width:20%;
	border-top:5px solid #ccc;
	text-align:center;
	color:#ccc;
}
.checkout-progress li.active {
	border-top-color:#000;
	color:#000;
}
.multiple-checkout { position:relative; }
.multiple-checkout .grand-total {
	font-size:1.5em;
	text-align:right;
}
.multiple-checkout .grand-total big { }
.multiple-checkout .grand-total .price { }
/********** < Common Checkout Styles */
.shipping-methods { }
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }
/* Tooltip */
.tool-tip {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	position:absolute;
	left:0;
	z-index:1000;
}
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }
/* Gift Messages */
.add-gift-message { }
.gift-message-form {
	border:1px solid #ddd;
	background-color:#f5f5f5;
}
.gift-message-form .inner-box {
	padding:5px;
	height:300px;
	overflow:auto;
}
.gift-message-form .gift-item { }
.gift-message-link {
	display:block;
	background:url(../../default/images/bg_collapse.gif) 0 4px no-repeat;
	padding-left:20px;
}
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row { }
.gift-message-row .btn-close { float:right; }
.gift-message dt span { font-weight:bold; }
/* Checkout Agreements */
.checkout-agreements { }
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	height:10em;
	overflow:auto;
}
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page { }
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { }
.dashboard .welcome-msg { }
/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }
/* Block: Tags */
.dashboard .tags .number {
	float:left;
	margin-right:-20px;
}
.dashboard .tags .details { margin-left:20px; }
/* Block: Reviews */
.dashboard .reviews { }
/********** Dashboard > */

/* Order View */
.order-info {
	border:1px solid #ddd;
	padding:5px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head { margin-bottom:1em; }
.page-print .print-head img { float:left; }
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display:block;
	white-space:nowrap;
}
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

.store-switcher {
	margin-bottom: 1em;
	color: #fff;
}
/* Footer ================================================================================ */
.footer {
	border-top:solid 1px #e9e7e0;
	line-height:40px;
	font-size:10px;
}
.footer .copyright {
	/*float:right;*/
	padding-left:1em;
}
.footer-wrapper { text-align:right; }
.footer h3 {
	margin:0;
	padding:0;
	color: #fff;
}
.footer ul {
	float:left;
}
.footer ul li {
	text-transform: uppercase;
	margin-right:20px;
	float:left;
}
.footer ul a {
	color: #9d977d;

}
.footer li a:hover { color: #838383; }

.footer .mini-search {
	float:left;
}
.footer .mini-search label {
	text-transform: uppercase;
	color: #9d977d;
}
.footer .mini-search input.text {
	margin:0;
	border:none;
	padding:0 2px;
	width:125px;
	height:16px;
	background:#d0d6c8;
	border:solid 1px #d0d6c8;
	vertical-align:baseline;
}
.footer .mini-search .text:focus {border-color:#838383; }
.footer .mini-search .btn {
	width:18px;
	height:18px;
	border:none;
	background: transparent url(../i/search.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
	vertical-align:baseline;
	margin-left:5px;
}

/* ======================================================================================= */
ul.flags { margin:0 15px 0 0; }
ul.flags li {
	display: inline;
	margin:0 10px;
}
.col-main h2 {
	font:normal 21px/1 "Garamond Premr Pro", Garamond, "Times New Roman", serif;
	color:#000;
	padding:6px 0;
}
img.multiaward-star { float:right; margin:5px;}


li.nav-recipes {display: none;}
.category-recipes .product-shop button { float:right; margin-top:5px;}
.category-recipes .controls { overflow: hidden; margin: 5px 0;}
.category-recipes ol {list-style:decimal; padding-left:2em;}
.printable { display:none;}



.cms-page-view .col-main h2,
.cms-page-view .col-main h3,
.cms-page-view .col-main h4,
.cms-page-view .col-main h5,
.cms-page-view .col-main h6 { 
	margin:0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:17px;
}
.cms-page-view .col-main h2{
	color:#9d977d;
	font-size:16px;
}
.cms-page-view .col-main h3 {
	color:#444;
	font-size:15px;
}
.cms-page-view .col-main h4 {
	color:#9d977d;
	font-size:13px;
	text-transform:uppercase;
}
.cms-page-view .col-main h5 {
	color:#444;
	font-size:12px;
	text-transform:uppercase;
}
.cms-page-view .col-main h6 {
	color:#736e57;
	font-size:12px;
	font-weight:bold;
}

.cms-page-view .col-main ul,
.cms-page-view .col-main ol,
.cms-page-view .col-main dl,
.cms-page-view .col-main p,
.cms-page-view .col-main address,
.cms-page-view .col-main blockquote {
	margin:0 0 1em;
	padding:0;
}
.cms-page-view .col-main ul {
	list-style:none;
}
.cms-page-view .col-main ul li {
	background:url(../i/li1.gif) no-repeat 7px 6px;
	padding-left:1.5em;
}
.cms-page-view .col-main ul ul li { background-image:url(../i/li2.gif); }
.cms-page-view .col-main ul ul ul li { background-image:url(../i/li3.gif); }
.cms-page-view .col-main ol {
	list-style:decimal;
	padding-left:2em;
}
.cms-page-view .col-main ol ol { list-style-type:lower-alpha;}
.cms-page-view .col-main ol ol ol { list-style-type:lower-roman;}
.cms-page-view .col-main ol li { padding-left:0;}
.cms-page-view .col-main ul.messages {
	list-style:none;
	padding-left:0;
}

.cms-page-view .col-main ul ul,
.cms-page-view .col-main ol ol,
.cms-page-view .col-main ul ol,
.cms-page-view .col-main ol ul { margin:.5em 0; }
.cms-page-view .col-main dt { font-weight:bold; }
.cms-page-view .col-main dd { padding:0 0 0 1.5em; }
.cms-page-view .col-main blockquote {
	font-style:italic;
	padding:0 0 0 1.5em;
}
/*.cms-page-view img {border:solid 3px #d7d2bb;}*/



.cms-page-view .col-main ul.gallery-albums {margin: 15px 0 0; padding:0; list-style:none;}
.cms-page-view .col-main ul.gallery-albums li { float:left; width:160px; margin:0 16px 15px; text-align:center; padding-left:0; background:none;}
ul.gallery-albums li a {}
ul.gallery-albums li img {}

.cms-page-view .col-main ul.gallery-photos {margin: 15px 0 0; padding:0; list-style:none;}
.cms-page-view .col-main ul.gallery-photos li { float:left; width:144px; margin:0 8px 15px; text-align:center;padding-left:0; background:none;}
ul.gallery-photos a { display: block; height:144px; line-height:144px; background:#ddd;}
ul.gallery-photos img {vertical-align:middle;}

.cms-page-view .col-main ul.half,
.cms-page-view .col-main ul.third {list-style:none; padding:0; overflow:hidden;}
ul.third li {float:left; width:33%;}
ul.half li {float:left; width:49%;}

dl.sp-methods { margin:1ex 0;}
dl.sp-methods dt { font-weight:bold;}
dl.sp-methods dd { margin-left:1em;}
dl.sp-methods dd .price { font-weight:bold;}

form#truffleOrder label {
	width:12em;
}