/* {{{ YUI CSS Base */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
h1{font-size:138.5%;}h2{font-size:131%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #bfbba7;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:0;padding:.2em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

input[type=text],input[type=password],textarea{width:auto;}

/* }}} */
/* {{{ Fonts */
@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('../fonts/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('../fonts/CartoGothicStd-Italic-webfont.eot');
	src: local('☺'), url('../fonts/CartoGothicStd-Italic-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-Italic-webfont.svg#webfontVz7NhMTG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-Bold-webfont.svg#webfontXG7opWym') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot');
	src: local('☺'), url('../fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-BoldItalic-webfont.svg#webfontxsBXupzT') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'TeXGyreTermesRegular';
	src: url('../fonts/texgyretermes-regular-webfont.eot');
	src: local('☺'), url('../fonts/texgyretermes-regular-webfont.woff') format('woff'), url('../fonts/texgyretermes-regular-webfont.ttf') format('truetype'), url('../fonts/texgyretermes-regular-webfont.svg#webfontkE96Dj8O') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreTermesItalic';
	src: url('../fonts/texgyretermes-italic-webfont.eot');
	src: local('☺'), url('../fonts/texgyretermes-italic-webfont.woff') format('woff'), url('../fonts/texgyretermes-italic-webfont.ttf') format('truetype'), url('../fonts/texgyretermes-italic-webfont.svg#webfont4a7BRFB7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreTermesBold';
	src: url('../fonts/texgyretermes-bold-webfont.eot');
	src: local('☺'), url('../fonts/texgyretermes-bold-webfont.woff') format('woff'), url('../fonts/texgyretermes-bold-webfont.ttf') format('truetype'), url('../fonts/texgyretermes-bold-webfont.svg#webfont9DWspdTM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreTermesBoldItalic';
	src: url('../fonts/texgyretermes-bolditalic-webfont.eot');
	src: local('☺'), url('../fonts/texgyretermes-bolditalic-webfont.woff') format('woff'), url('../fonts/texgyretermes-bolditalic-webfont.ttf') format('truetype'), url('../fonts/texgyretermes-bolditalic-webfont.svg#webfonthnh8pcLg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* }}} */
/* {{{ Layout */

body {
	background: #fff url(../images/elements/header-elements.png) left -145px repeat-x;
	color: #4d493c;
}

/* Christmas Background.
body {
	background: #fff url(../images/elements/header-background-snow.png) left -100px repeat-x;
}
*/

a:link    { color: #5f1b12; }
a:visited { color: #5f1b12; }
a:hover   { color: #3f0e08; }
a:active  { color: #3f0e08; }

#doc3 {
	background: transparent url(../images/elements/footer-background.png) left bottom repeat-x;
	margin-left: 0;
	margin-right: 0;
}

#yui-main {
	background: #fff;
	position: relative;
}

.ie6 #yui-main {
	/* Solid background in IE6 overwrites the menu. */
	background: transparent;
}

#yui-main .yui-b {
	padding: 0 20px 20px 20px;
}

#hd .container,
#bd .container,
#sub_ft,
#ft .container {
	position: relative;
	width:expression(documentElement.clientWidth > 1198? "1198px":(documentElement.clientWidth < 840? "838px": "auto" ));
	max-width: 1200px;
	min-width: 840px;
	margin: 0 auto;
}

#bd .container {
	background-color: #fff;
	border-top: 5px #87241f solid;
}

/* }}} */
/* {{{ Header */

#hd {
	position: relative;
	z-index: 3; /* Needed for Facebook like button in IE7 */
	height: 80px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

#hd h1 { margin: 0; }

#hd #top_links {
	position: absolute;
	top: 34px;
	right: 10px;
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 113%;
	font-family: CartoGothicStdBook, arial, serif;
}

#hd #top_links li {
	float: left;
	padding: 0 10px;
}

#hd #top_links li.facebook {
	padding-right: 0;
	width: 90px;
	height: 1px;
}

#hd #top_links li.last {
	padding-right: 0;
}

#hd #top_links li a {
	float: left;
	display: block;
	padding: 2px 0;
	border: 0;
}

#hd #top_links li a#cart_link {
	background: url(../images/elements/header-elements.png) 100% 2px no-repeat;
	padding-right: 24px;
}

#hd #top_links a:hover span,
#hd #top_links a:active span {
	text-decoration: underline;
}

#hd #top_links li a#facebook_link {
	padding-left: 20px;
	background: url(../images/elements/header-elements.png) 0 1px no-repeat;
}

#hd #top_links form,
#hd #top_links form div {
	display: inline;
}

#hd li {
	display: inline;
	float: left;
	padding: 0 6px;
}

#hd li.first { border-left: 0; }

#hd a:link,
#hd a:visited,
#hd a:hover,
#hd a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #934d44;
}

#hd a:hover,
#hd a:active {
	border-bottom: 1px solid #ba8d88;
}

#hd #logo a {
	border-bottom: none;
}

#hd #logo a:hover,
#hd #logo a:active {
	border: none;
}

#hd #logo {
	padding-left: 5px;
	position: relative;
	top: 18px;
}

/* }}} */
/* {{{ Feedback */

.ie6 #feedback {
	/* Terribly broken in IE6 so just don't display it */
	display: none;
}

#feedback {
	position: absolute;
	top: 20px;
	right: 0px;
	display: block;
}

#feedback .arrow {
	display: block;
	height: 10px;
	position: relative;
	top: 1px;
	background: url(../images/elements/contact-arrow.png) 100% 0 no-repeat;
}

#feedback .content {
	display: block;
	background: #fdfdfd;
	padding: 5px 13px 4px;
	border: 1px solid #ccc;
	font-size: 85%;
	color: #96948c;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 0 1px #fff inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 0 1px #fff inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 0 1px #fff inset;
}

#header_contact a {
	text-decoration: none;
}

#header_contact a .link {
	text-decoration: underline;
}

#header_contact a:hover #feedback .content {
	background-color: #eee;
}

/* }}} */
/* {{{ Sub HD */

#sub_hd {
	background-color: #efe7d7;
	padding: 15px 20px 3px;
}

#sub_hd ul {
	float: right;
	position: relative;
	font-size: 118%;
	margin: 5px 8px 0 0;
	z-index: 2;
}

#sub_hd ul li {
	display: inline;
	margin: 0 8px;
}

/* }}} */
/* {{{ Nav Bar */

div.swat-nav-bar#navbar {
	margin: 1em 24em 1em 0;
}

div.swat-nav-bar {
	color: #aba38c;
	font-size: 85%;
}

.swat-nav-bar a:link    { color: #797260; }
.swat-nav-bar a:visited { color: #797260; }
.swat-nav-bar a:hover   { color: #4f4d45; }
.swat-nav-bar a:active  { color: #4f4d45; }

.nav-bar-placeholder {
	margin-bottom: 10px;
}

/* }}} */
/* {{{ Side Bar */

#side_bar {
	padding: 15px 0 50px 25px;
}

#side_bar h2 {
	font-family: TeXGyreTermesRegular, georgia, serif;
	border-bottom: 1px solid #d9d3c3;
	color: #4a301f;
	margin: 0.5em 0 0 0;
	font-size: 131%;
}

#side_bar h2.first {
	margin-top: 0;
}

#side_bar h2 a {
	display: block;
}

#side_bar h2 a:link,
#side_bar h2 a:visited {
	color: #4a301f;
	text-decoration: none;
}

#side_bar h2 a:active,
#side_bar h2 a:hover {
	color: #6b685b;
}

#sidebar .search-menu-open,
#sidebar .search-menu-close {
	padding-top: 4px;
}

#sidebar .search-menu-open a,
#sidebar .search-menu-close a {
	xdisplay: block;
	xpadding: 4px 2px 4px 26px;
	xbackground-image: url(../images/elements/search-menu-expander.png);
	xbackground-repeat: no-repeat;
	xbackground-position: 4px 3px;
	padding: 3px 8px;
	font-size: 11px;
}

#sidebar .search-menu .search-menu-open a:link,
#sidebar .search-menu .search-menu-open a:visited,
#sidebar .search-menu .search-menu-close a:link,
#sidebar .search-menu .search-menu-close a:visited {
	background: #efe7d7;
	color: #4d493c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	left: -4px;
}

#sidebar .search-menu .search-menu-open a:hover,
#sidebar .search-menu .search-menu-open a:active,
#sidebar .search-menu .search-menu-close a:hover,
#sidebar .search-menu .search-menu-close a:active {
	text-decoration: none;
}

#sidebar .search-menu .search-menu-open a .arrow,
#sidebar .search-menu .search-menu-close a .arrow {
	color: #cbc4b7;
}

#sidebar .search-menu .search-menu-full {
	display: none;
}

#sidebar .search-menu .search-menu-full ul,
#menu {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#sidebar .search-menu .search-menu-full li,
#menu li {
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
	border-bottom: 1px dashed #e5e5e3;
}

#sidebar .search-menu .search-menu-full li a,
#menu li a,
#menu li span {
	display: block;
	padding: 4px 2px 4px 4px;
}

#menu li.menu-selected a,
#menu li.menu-selected span {
	background: #efe7d7;
	font-weight: bold;
}

#sidebar .search-menu .search-menu-full li a:link,
#sidebar .search-menu .search-menu-full li a:visited,
#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #4d493c;
}

#sidebar .search-menu .search-menu-full li a:hover,
#sidebar .search-menu .search-menu-full li a:active,
#menu li a:hover,
#menu li a:active {
	text-decoration: none;
	color: #4d493c;
	background-color: #efe7d7;
}

#sidebar {
	background-color: #fff;
	float: left;
}

#sidebar .search-menu {
	padding: 4px 0 4px 4px;
	font-size: 93%;
}

#sidebar .search-menu a:link,
#sidebar .search-menu a:visited {
	color: #6b685b;
	text-decoration: none;
}

#sidebar .search-menu a:hover,
#sidebar .search-menu a:active {
	color: #036;
	text-decoration: underline;
}

#sidebar .search-menu .view-all,
#sidebar #recommended_links a {
	white-space: nowrap;
}

/* }}} */
/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #502f1d;
}

#page_title {
	clear: left;
	font-size: 167%;
	margin: 5px 0;
}

/* }}} */
/* {{{ Status Bar */

div#status_bar {
	clear: right;
	font-weight: bold;
	background: #f8f7f0;
	border: 1px solid #dbd8cf;
	border-left: 0;
	border-right: 0;
	margin: 1em 0 0.5em 0;
	padding: 0.5em 1em;
}

div#status_bar form,
div#status_bar form div {
	display: inline;
}

/* }}} */
/* {{{ Content */

img { border: 0; }

img.border,
.store-border-on {
	background: #fff;
	padding: 3px;
	border: 1px #d6d0b9 solid;
}

img.right { float: right; margin: 0.2em 0 1em 1em; }
img.left  { float: left;  margin: 0.2em 1em 1em 0; }
img.center { display: block; margin: 1em auto; }

dl {
	margin: 1em 0;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 0 1.0em 0;
}

dl.sub-articles dt a {
	font-family: TeXGyreTermesRegular, georgia, serif;
	font-size: 131%;
	font-weight: normal;
}

dl.sub-articles dd {
	color: #777;
	margin-bottom: 1.5em;
}

#article_bodytext {
	line-height: 1.4;
}

.small-print {
	font-size: 85%;
}

.store-price span.unit {
	font-weight: normal;
	font-size: 85%;
}

/* }}} */
/* {{{ Buttons */

/*
 * Note: more button styles are in
 * account-details-page.css and checkout-confirmation-page.css
 */

input[type=submit] {
	padding: 2px 4px;
}
* html input[type=submit] {
	padding: 0; /* For IE 6 */
}
*:first-child+html input[type=submit] {
	padding: 0; /* For IE 7 */
}

.swat-tool-link-edit,
input.compact-button,
.compact-button input {
	background-color: #fffaef;
	border: 1px solid;
	border-top: 1px solid #dfd5c3;
	border-left: 1px solid #dfd5c3;
	border-right: 1px solid #8f876b;
	border-bottom: 1px solid #8f876b;
	color: #6b685b;
	font-size: 85%;
	padding: 2px 4px;
	margin-left: 4px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
* html input.compact-button,
* html .compact-button input {
	padding-bottom: 0; /* IE hack */
}

input.compact-button::-moz-focus-inner,
.compact-button input::-moz-focus-inner {
	padding: 0;
	border: none;
}

input.compact-button:hover,
.compact-button input:hover {
	background: #e9e8d5;
}

.swat-toolbar .swat-tool-link-edit {
	border-color: #cdc9b5;
	margin-left: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* }}} */
/* {{{ Footer */

#sub_ft {
	clear: both;
	background: #efe7d7;
	color: #3f3c37;
	padding: 20px 0;
	border-bottom: 5px #87241f solid;
}

#sub_ft h3 {
	color: #3f3c37;
}

#sub_ft #tip,
#sub_ft #biography {
	float: left;
	width: 41.9%;
}

#sub_ft #tip {
	padding: 0 2% 0 6%;
}

#sub_ft #biography {
	padding: 0 6% 0 2%;
}

#sub_ft #biography a:link    { color: #3f3c37; }
#sub_ft #biography a:visited { color: #3f3c37; }
#sub_ft #biography a:hover   { color: #000; }
#sub_ft #biography a:active  { color: #000; }

#sub_ft #biography img {
	float: right;
	margin: 0 0 1em 1em;
}

#sub_ft #biography p {
	margin-bottom: 5px;
}

#sub_ft h3 {
	font-size: 131%;
	font-family: CartoGothicStdBook, arial, serif;
	margin: 0;
}

#sub_ft #biography h3 {
	font-size: 116%;
}

#ft {
	clear: both;
	background: #dfcda7;
	padding: 20px;
}

#ft #footer_group_about {
	padding: 0 0 0 2%;
}

#ft #footer_group_resources {
	padding: 0 1% 0 1%;
}

#ft #footer_group_service {
	padding: 0 1% 0 1%;
}

#ft #footer_group_catalog {
	padding: 0 2% 0 0;
}

#ft .footer-group {
	float: left;
	width: 22.9%;
}

#ft .footer-group h4 {
	font-family: CartoGothicStdBook, arial, serif;
	font-size: 138.5%;
	margin-bottom: 0.5em;
}

#ft .footer-group h4 a:link,
#ft .footer-group h4 a:visited,
#ft .footer-group h4 a:hover,
#hd .footer-group h4 a:active {
	color: #68251c;
	text-decoration: none;
	border-bottom: 1px solid #afa183;
}

#ft .footer-group h4 a:hover,
#ft .footer-group h4 a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #aba38c;
}

#ft .footer-group ul {
	margin: 0.5em 0 0.5em 1.5em;
}

#ft .footer-group li {
	color: #afa183;
	margin: 0 0 0.3em 0;
}

#ft .footer-group li a:link,
#ft .footer-group li a:visited {
	text-decoration: none;
}

#ft .footer-group li a:hover,
#ft .footer-group li a:active {
	text-decoration: underline;
}

#footer_group_catalog h4 img {
	float: right;
	margin: 0 10px 10px 5px;
}

#footer_group_catalog p {
	margin-bottom: 0;
}

#ft #site-address {
	margin: 0;
	padding: 2em 0 0 0;
	text-align: center;
	clear: both;
	font-size: 85%;
	color: #7f755f;
}

/* }}} */
/* {{{ Vacation Message */

.vacation-message,
#contribute_message,
#checkout_thank_you {
	background: #bde1bd;
	border: 1px solid #748f74;
	color: #2f3f2f;
	padding: 13px;
	margin: 8px 0 1em 0;
	clear: both;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.vacation-message h3,
#contribute_message h3,
#checkout_thank_you h3 {
	margin: 0;
	color: #2f3f2f;
	font-weight: bold;
}

/* }}} */
/* {{{ Clearing Container fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ Checkout Footer */

#checkout_footer {
	position: relative;
	width: 100%;
}

#checkout_footer .swat-form-field-contents {
	width: 150px;
	float: right;
	position: relative;
	background: #bde1bd;
	padding: 10px;
}

#checkout_footer .swat-form-field-contents input {
	font-size: 108%;
	font-weight: bold;
	height: 30px;
	position: relative;
	width: 100%;
}

#checkout_footer .swat-note {
	background: #efe7d7;
	border-color: #d6d0b9;
	border-style: solid;
	border-width: 1px 0;
	height: auto;
	margin: 0 180px 0 0;
	padding: 16px;
}

/* }}} */
/* {{{ Legends */

.swat-fieldset legend, .swat-grouping-form-field legend {
	font-family: TeXGyreTermesRegular, georgia, serif;
	font-size: 116%;
	font-weight: normal
}

/* }}} */
/* {{{ Search Disclosure */

.search-disclosure {
	position: static;
	height: auto;
}

.search-disclosure .search-disclosure-header {
	float: none;
	margin-right: 0;
	padding-bottom: 12px;
}

.search-disclosure .search-disclosure-loading {
	padding: 4em 0 3em;
}

.search-disclosure .search-disclosure-search-controls,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened {
	display: inline;
	float: none;
	position: static;
}

.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-closed:hover,
.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened:hover {
    color: #fff;
}

.search-disclosure .search-disclosure-search-controls {
}

.search-disclosure #search_disclosure_search_field label {
	display: none;
}

.search-disclosure .swat-disclosure-container {
	position: relative;
	background: #efe7d7;
	border: 0;
	border-top: 1px solid #d6d0b9;
}

.search-disclosure .swat-disclosure-container label {
	font-weight: normal;
	font-size: 85%;
	color: #4d493c;
	display: block;
	margin-bottom: 2px;
}

.search-disclosure .swat-disclosure-container li {
	margin-bottom: 3px;
}

.search-disclosure .swat-disclosure-container .swat-checkbox-list label {
	display: inline;
	padding-left: 3px;
}

.search-disclosure .swat-disclosure-container select {
	width: 160px;
}

.search-disclosure .swat-disclosure-container select,
.search-disclosure .swat-disclosure-container input {
	font-size: 85%;
}

.search-disclosure .swat-form-field {
	margin: 0;
	padding: 4px;
}

#search_disclosure_keywords_field {
	padding: 0;
}

#first_group,
#second_group,
#third_group {
	float: left;
	line-height: 1;
	padding: 15px 20px 20px 10px;
}

#page_number {
	width: auto;
}

.search-disclosure input#keywords {
	width: 12em;
}

#search_disclosure_field,
#search_disclosure_field label,
#search_disclosure_field .swat-form-field,
#search_disclosure_field .swat-form-field-contents {
	display: inline;
}

/* Buttons */

.search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened,
.search-disclosure .search-disclosure-header .swat-button,
.search-disclosure .search-disclosure-header .search-disclosure-submit {
	top: auto;
	_top: auto;
	line-height: 1;
	left: auto;
	right: auto;
	height: auto;
	font-size: 11px;
	text-decoration: none;
	background-color: #782015;
	color: #fff;
	padding: 5px 10px;
	border-style: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened {
	background: #782015 url("../images/elements/advanced-search-arrow.png") no-repeat scroll top right;
	padding: 5px 22px 5px 10px;
}
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened {
	background-position: bottom right;
}

* html .search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed,
* html .search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened {
	top: 0px;
}

/* Keywords */

.search-disclosure .search-disclosure-header .swat-entry {
	width: 180px;
	margin-right: 4px;
	padding: 6px 8px;
	border: 1px #bfc1c1 solid;
}

/* Highlights */

#search_form .highlight {
	background: #cfc6b5;
}

/* }}} */
/* {{{ Security Message */


div.security-message {
	margin-bottom: 10px;
}

div.security-message span {
	background: #fff9c7 url(../images/elements/security-lock-small.png) no-repeat 3px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 4px 4px 20px;
	border-radius: 3px;
	font-size: 85%;
	border: 1px solid #f2da9d;
	color: #947140;
}

div.security-message-large {
	background: #fff9c7 url(../images/elements/security-lock.png) no-repeat 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 5px 5px 28px;
	font-size: 85%;
	border: 1px solid #f2da9d;
}

div.security-message-large h4 {
	font-size: 110%;
	font-weight: bold;
}

/* }}} */
/* {{{ Article Content */

/* About Our Catalog */

#catalog_request_link {
	float: right;
	margin-right: 20px;
}

#catalog_request_link a {
	text-decoration: none;
	display: block;
	padding: 7px 12px;
	background: #efe7d7;
	color: #4d4d3c;
	border: 1px solid #dfd5c3;
	border-right-color: #bfb6a7;
	border-bottom-color: #bfb6a7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 3px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
	-webkit-box-shadow: 0 3px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
	-moz-box-shadow: 0 3px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
}

#catalog_request_link a:focus {
	outline: none;
}

#catalog_request_link a:hover {
	background: #f7f2e2;
}

#catalog_request_link a:active {
	position: relative;
	top: 1px;
	box-shadow: 0 2px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
	-webkit-box-shadow: 0 2px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
	-moz-box-shadow: 0 2px 0 rgba(66,38,13,0.07), 0 0 1px 1px rgba(255,255,255,0.9) inset;
}

/* IE hack */
#catalog_request_link a:active {
	top: 0\9
}


/* Glossary of Terms */

dl.glossary {
	margin-top: 0;
}
dl.glossary dt {
	float: left;
	margin-right: 0.75em;
}

.glossary-heading {
	text-transform: uppercase;
	font-family: CartoGothicStdBook, arial, serif;
	margin: 1em 0 0.25em;
	font-size: 17px;
}


/* Finishes */

#finish_about {
	float: left;
	width: 48%;
	margin-bottom: 2em;
}

#finish_custom {
	float: right;
	width: 48%;
	margin-bottom: 2em;
}

#finish_custom h4 {
	text-transform: uppercase;
	font-family: CartoGothicStdBook, arial, serif;
	margin: 0 0 0.25em;
	font-size: 17px;
}

#finish_table {
	margin-top: 2em;
	clear: both;
}

#finish_table td {
	vertical-align: top;
	padding: 0;
}

#finish_table td img {
	margin-left: 8px;
	margin-bottom: 4px;
}

/* }}} */
/* {{{ Mini Cart */

.quick-order-cart .item-sku {
	font-weight: bold;
}

.quick-order-cart .remove-column input {
	font-size: 85%;
}

#store_product_cart #cart_link_container a {
	font-weight: bold;
}
#store_cart_lightbox_content {
	border-bottom: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#store_cart_lightbox #checkout_form,
#store_cart_lightbox .empty-content {
	border-bottom: 3px #87241f solid;
}

#store_cart_lightbox .fitting,
#store_cart_lightbox .finish {
	background: #dfd5c3;
	padding: 0 2px;
	white-space: nowrap;
}

#store_cart_lightbox tbody td.quantity-with-unit {
	padding: 8px 2px 0 0;
}

#store_cart_lightbox tbody td.unit-column {
	padding: 8px 6px 0 0;
}

/* }}} */

