img, div, input {
	behavior: url("iepngfix.htc")
}
.subhead {
	font: italic 1.2em/1 Georgia, "Times New Roman", Times, serif;
	color: #566c11;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
}
blockquote p {
	line-height: normal;
	padding: 8px 0;
	margin-bottom: 0;
	text-indent: 30px;
}
.cite {
	background: transparent url(/images/close-quote.gif) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
	line-height: 1.4;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* PAGE LAYOUT 
====================*/
#logo {
	float: right;
	margin: 10px auto;
}
#content {
	width: 920px;
	margin:0px;
	padding:30px 20px 0px 20px;
	background:url(../images/content-bg.jpg) repeat;
	float:left;
}
.narrowcolumn {
	float: left;
	width: 600px;
	margin: 30px 0 30px 30px;
}
.widecolumn {
	float: left;
	width: 840px;
	margin: 10px 30px 30px 30px;
	_margin: 10px;
}
.widecolumn_new {
	float: left;
	width: 840px;
	margin: 0px 30px 30px 30px;
}
.widecolumn_new_page{
	float: left;
	width: 840px;
	margin: 0;
}
#sidebar {
	float: right;
	clear: right;
	width: 230px;
	margin: 30px 30px 30px 0;
}
#sidebar .box {
	width: 200px;
	margin: 0 30px 30px;
}
#border {
	background: url(/images/border.png);
	height: 6px;
}
#bottom {
	background: #401c0f url(/images/bottom-bg.png) repeat-x;
	padding: 1px 0;
}
#zoes-wagon {
	width: 102px;
	height: 69px;
	position: absolute;
	margin: 0 30px;
}
.product {
	clear: both;
	padding-bottom: 2em;
	border-bottom: 4px double #ecc67b;
	margin-bottom: 2em;
}
.prod-photo {
	float: left;
}
.prod-photo img {
	border: 1px solid;
}
.prod-desc {
	padding-left: 250px;
}
.price {
	font-weight: bold;
	color: #421e11;
}
.product .subhead {
	margin-bottom: .2em;
}
.accordion .content {
	border: 1px solid #e5c57c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
}
/* LAYOUT
==================== */
.clearing {
	clear: both;
}
.clear-right {
	clear: right;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: #faeac6;
	padding: .5em;
	border: 1px solid #fff;
	margin: 15px 0;
}
.caption {
	font: italic 1em/1 Georgia, "Times New Roman", Times, serif;
	color: #582714;
	padding-bottom: 10px;
	border-bottom: 1px solid #f00;
	border-color: #e5c57c;
	width: 200px;
}

.divider {
	margin: 20px;
	border-bottom: 3px dotted #e5c57c;
}
/* TYPOGRAPHY
==================== */
.emphasis {
	font: bold italic 1em Georgia, "Times New Roman", Times, serif;
	color: #b23427;
}
#fc_minicart p {
	font-size: 12px;
	color: #fff7c2;
}
#fc_minicart a {
	font-size: 12px;
	color: #fff7c2;
}
.bolditalic {
	font: bold italic 1em Georgia, "Times New Roman", Times, serif;
	color: #582714;
	line-height: 1;
}
/* NOTICE AND WARNING BOXES
==================== */
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
/*FORM ELEMENTS
====================*/
input {
	vertical-align: middle;
	line-height: 16px;
}
a.action {
	text-decoration: none;
}
