/*-----------------------------------------------------------------------------
Molbak's Screen Stylesheet

version:	1.0
date:		September 28, 2009
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	www.molbaks.com
history:	/css/
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #666;
	background-color: #e5e7cf;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 18px;
	margin-bottom: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

li {
	margin-bottom: 0;
}

li ul, li ol {
	margin-top: 0; /* keeps the line spacing even */
	margin-bottom: 0;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	color: #367c2b;
	font-size: 54px;
	font-weight: normal;
	font-style: normal;
	line-height: 54px;
	text-transform: lowercase;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italics;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px dotted #666;
	height: 1em;
	outline: none;
}

* html hr {
	height: 0;
	margin-bottom: 1em;
}

a {
	outline: none;
}

a:link {
	color: #df4c09;
	text-decoration: none;
}

a:active {
	color: #df4c09;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #df4c09;
	text-decoration: none;
}

a:hover {
	color: #df4c09;
	text-decoration: underline;
}



/* Tables
-----------------------------------------------------------------------------*/

table {
	width: 100%;
	padding: 0 0 20px 0;
}

table, td, th {
	border-collapse: collapse;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: none;
	padding: .3em;
	background: #edeedc;
	color: #666;
}

td {
	padding: .3em;
	color: #666;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 15px;
}

.DoNotDisplay {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 200px;
}

a#Logo { 
	position: absolute;
	right: 0;
	top: 20px;
}

a#headerSlogan {
	display: block;
	position: absolute;
	left: 0;
	top: 44px;
}


/* System Navigation
-----------------------------------------------------------------------------*/

ul#System {
	position: absolute;
	top: 0;
	left: 10px;
	padding: 0 0 0 13px;
	margin: 0;
	list-style: none;
	background: url(../site/bg_system.gif) repeat-x;
}

ul#System li {
	/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

ul#System li a {
	margin-top: 9px;
	line-height: 35px;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #3c3216;
}

ul#System li a:hover {
	text-decoration: underline;
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary {
	position: absolute;
	bottom: 40px;
	left: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 1001;
}

ul#Primary a {
	display: block;
	float:left;
	line-height: 51px;
	font-weight: bold;
	text-decoration: none;
	background: url(../site/bg_primary.jpg) no-repeat;
	text-indent: -2000px;
	z-index: 1002;
}

ul#Primary a.Active {
	background-position: 0 0;
}


li#Home a {
	width: 91px;
}

li#Home a:hover, li#Home a.Active {
	background-position: left -52px;
}

li#InStore a {
	width: 115px;
	background-position: -92px 0;
}

li#InStore a:hover, li#InStore a.Active {
	background-position: -92px -52px;
}

li#Events a {
	width: 101px;
	background-position: -207px 0;
}

li#Events a:hover, li#Events a.Active {
	background-position: -207px -52px;
}

li#Ideas a {
	width: 88px;
	background-position: -308px 0;
}

li#Ideas a:hover, li#Ideas a.Active {
	background-position: -308px -52px;
}

li#Cafe a {
	width: 76px;
	background-position: -396px 0;
}

li#Cafe a:hover, li#Cafe a.Active {
	background-position: -396px -52px;
}

li#Plants a {
	width: 125px;
	background-position: -474px 0;
}

li#Plants a:hover, li#Plants a.Active {
	background-position: -474px -52px;
}

#Rewards {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 293px;
}



/* Ancestors, Breadcrumbs, Cookie Trail
-----------------------------------------------------------------------------*/

ul#Breadcrumbs {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 9px;
}

ul#Breadcrumbs li {
	display: inline;
	color: #625331;
	text-transform: uppercase;
	letter-spacing: .1em;
}

ul#Breadcrumbs li a {
	background: url(../site/bg_breadcrumb.gif) no-repeat 100% 50%;
	padding-right: 14px;
	color: #625331;
	text-decoration: none;
}

ul#Breadcrumbs a:hover {
	text-decoration: underline;
}


/* Canvas
-----------------------------------------------------------------------------*/

.Page {
	width: 960px;
	margin: 0 auto;
}

#Page {
	min-width: 960px;
	background: #f6f7f2 url(../site/bg_body.jpg) repeat-x center top;
}

#Wrapper {
	position: relative;
}

#Canvas {
	padding-bottom: 50px;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left div#Canvas {
	margin-left: 240px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
}

div#Left h2, div#Right h2 {
	font-size: 14px;
	border-top: 1px dotted #666;
	background: #edeedc;
	color: #666;
	padding: 5px 10px;
	margin: 15px 0 18px 0;
	clear: both;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right div#Canvas, form.Right {
	margin-right: 310px;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	background: url(../site/bg_footer.gif) repeat-x;
	margin-top: 20px;
	padding: 20px 0 80px 0;
	color: #3c3216;
	font-size: 11px;
	line-height: 18px;
}

div#Footer a {
	color: #3c3216;
	text-decoration: none;
}

div#Footer a:hover {
	text-decoration: underline;
}

ul.Tertiary {
	padding: 0;
	list-style: none;
}

ul.Clear {
	display: block;
	width: 960px;
	clear: both;
	float: left;
}

ul.Tertiary li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

ul.Tertiary li:last-child {
	border: none;
}

ul.Tertiary a {
	padding: 0 10px;
}

ul#Contact li {
	float: right;
}

p#Copyright, p#Credits {
	text-indent: 10px;
	font-size: 11px;
	line-height: 18px;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

/* Edit Mode
-----------------------------------------------------------------------------*/

div.Block, li.Block {
	position: relative;
}

table.Block, td.Block, li.Block {
	position: relative;
	display: block;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 999;
	outline: none;
}

div.toolbar {
    position: absolute;
    top: 25%;
    right: 0;
    width: 150px;
}

div.toolbar_compound {
    width: 110px;
}

div.toolbar a {
	height: 30px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_container.png) no-repeat 0 0;
	position: absolute;
	top: -15px;
	z-index: 1000;
	text-align: left !important;
}

div.toolbar_compound a {
	background: url(../admin/button_container_compound.png) no-repeat 0 0;
}

div.toolbar a.add {
	width: 44px;
	left: -25px;
}

div.toolbar a.add:hover, div.toolbar a.add:active {
	background-position: 0 -30px;
}

div.toolbar a.remove {
	width: 35px;
	left: 19px;
	background-position: -44px 0;
	margin: 0;
}

div.toolbar a.remove:hover, div.toolbar a.remove:active {
	background-position: -44px -30px;
}

div.toolbar a.moveUp {
	width: 35px;
	left: 54px;
	background-position: -79px 0;
}

div.toolbar a.moveUp:hover, div.toolbar a.moveUp:active {
	background-position: -79px -30px;
}

div.toolbar a.moveDown {
	width: 35px;
	left: 89px;
	background-position: -114px 0;
}

div.toolbar_compound a.moveDown {
	width: 42px;
}

div.toolbar a.moveDown:hover, div.toolbar a.moveDown:active {
	background-position: -114px -30px;
}

div.toolbar a.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px 0;
}

div.toolbar span.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px -30px;
}

div.toolbar a.Edit:hover, div.toolbar a.Edit:active {
	background-position: -149px -30px;
}

.Editable {
	background: #ffcc00 !important;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend { 
	display:block;
	font-size:14px;
	color:#333;
	line-height: 30px;
	font-weight: bold;
}

div.LabelInput, div.labelInput {
	margin-bottom: 1px;
	background: #f3f3e8;
	padding: 10px;
}

div.Alt {
	background: #efeee8;
}

input[type='text'], input[type='password'], select, textarea {
	width: 240px;
	font-size: 12px;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #c6caa1;
	
}

select {
	width: 247px;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 150px;
	float: left;
	display: block;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
	color: #666;
}

div.FormControls {
	display: block;
	margin-bottom: 50px;
	padding: 1em 1em 1em 180px; /* right padding for label width plus label padding */
	background: #efeee8;
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth select, div.FullWidth textarea {
	width: 370px;
}

div.Radio div.LabelInput, div.Checkbox div.LabelInput {
	padding-left: 140px;
}


div.Radio label, div.Checkbox label {
	display: inline;
	float: none;
	width: auto;
}

input[type='radio'], input[type='checkbox'] {
	margin-right: .5em;
}

img#email_captcha_image {
	display:block;
	clear: both;
	margin: 10px 0 10px 170px;
}

input#submitCaptchaForm {
	float: right;
}

div.CAPTCHA input[type='text'] {
	font-family: georgia, times new roman, serif;
	font-size: 24px;
	width: 150px;
	text-align:center;
	color: #362D4B;
}

div.advice {
	background: #BFC8F1;
	border: 1px solid #4574AE;
	padding: 3px;
	display: block;
	width: 100px;
}

span.required, p.required {
	text-transform: uppercase;
	color: #df4c09;
	padding-left: 5px;
}


fieldset#Credentials legend {
	display: none;
}

div#success, div#error, div#fatal {
	width: 400px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	position: absolute;
	width: 240px;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/
 
.modalMask {
	z-index: 1000;
}

.modalContainer {
	z-index: 1001;
}
.modalBox {
	background: #fff url(../site/loading.gif) 50% 50% no-repeat; 
	position: relative; 
	border: 5px solid #df4c09; 
	border-top: 36px solid #df4c09;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000;
}
 
.modalMessage { 
	overflow: hidden; 
	background: #fff; 
	margin: 0;
	z-index: 1002;
}

div.modalMessage h2, div.modalMessage legend {
	display:block;
	font-size:14px;
	color:#333;
	line-height: 30px;
	text-indent: 10px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
div.modalMessage p{ 
	padding: 10px 10px 0;
	margin: 0;
}

div.modalMessage ul { 
	padding: 0 35px;
	margin: 0;
}

div.modalMessage span.addToCart, div.modalMessage a.button, div.modalMessage span.save {
	padding:0 10px;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
}

div.modalMessage table { 
	padding: 0;
	width: 650px;
	margin: 0;
}

div.modalMessage td { 
	width: 325px;
	padding: 0;
	margin: 0;
}

div.modalControls {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34,0.8);
	display: block;
	width: 100%;
	height: 35px;
}

a.modalClose:link, a.modalClose:visited, a.modalNext:link, a.modalNext:visited, a.modalPrevious:link, a.modalPrevious:visited {
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
	position: absolute; 
}

a.modalClose:hover, a.modalClose:active, a.modalNext:hover, a.modalNext:active, a.modalPrevious:hover, a.modalPrevious:active { 
	color: #fff;
	text-decoration: underline;
}

a.modalClose { 
	top: -35px; 
	right: -3px; 
}

a.modalNext { 
	top: 0; 
	right: 0;  
}
 
a.modalPrevious { 
	top: 0; 
	left: 0; 
}



/* Home Page
-----------------------------------------------------------------------------*/

div#Banner {
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: 0 auto 20px auto;
}

div#Hero {
	height: 265px;
	overflow: hidden;
}

div#Hero a, div#Hero a:hover {
	text-decoration: none;
}

div#titleOverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 938px;
	height: 45px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

* html div#titleOverlay {
	bottom: -1px;
}

div.InStore div#titleOverlay {
	background: #007a7b;
	border: 1px solid #007a7b;
}

div.Plants div#titleOverlay {
	background: #91af01;
	border: 1px solid #91af01;
}

span.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 30px;
	padding: 6px 15px;
	line-height: 45px;
	display: block;
	font-weight: normal;
}

* html span.overlay {
	padding: 0 15px;
}

div.Home span.overlay {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 30px;
	padding: 10px 15px;
	line-height: 45px;
	width: 100%;
	height: 29px;
	display: block;
	background: transparent url(../site/bg_overlay.png) repeat;
	font-weight: normal;
	font-style: normal;
}

* html div.Home span.overlay {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;	
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../site/bg_overlay.png');
}

span.adOverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0 10px;
	line-height: 24px;
	display: block;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	background-color: #000;
	width: 190px;
	font-weight: bold;
}

* html span.adOverlay {
	padding: 0 15px;
	width: 190px;
}

*:first-child+html div.Ad span.overlay {
	padding: 0 15px;
	width: 190px;
}

*:first-child+html span.overlay {
	padding: 0 15px;
}

span.zero, div.Home span.zero {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: block;
}

div.Home div#Pagination {
	position: absolute;
	right: 250px;
	top: 5px;
	background: none;
	border: none;
}

div#Pagination {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 11px;
}

div#Pagination a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

div#Pagination a:hover, div#Pagination a.active {
	color: #c7d911;
	text-decoration: none;
}

div#Pagination a.active {
	font-size: 14px;
}


div#Updates {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../site/bg_updates.jpg) no-repeat 0 0;
	height: 265px;
	width: 242px;
	display: block;
}

div#Updates ul {
	padding: 65px 20px 20px;
	list-style-type: none;
}

div#Updates ul li {
}

div#Updates ul li a {
	font-size: 12px;
	color: #df4c09;
	text-decoration: none;
}

div#Updates ul li a span {
	text-transform: uppercase;
}

div#Updates ul li a:hover {
	text-decoration: underline;
}

div#Ads {
	margin-bottom: 25px;
}

div.Ad {
	float: left;
	padding: 0 10px;
	height: 220px;
	position: relative;
}

div.Ad ul {
	padding: 10px;
	list-style-type: none;
}

div.Ad a {
	font-size: 12px;
	text-decoration: none;
}




/* In Store, in-store.html
-----------------------------------------------------------------------------*/

/* NOTE: div.Ad defined under the "home" template */

div.Tombstone ul li a:hover {
	text-decoration: underline;
}


div#GiftIdeas {
	display: block;
	border-top: 1px dotted #666;
	padding: 30px 10px;
	position: relative;
}

div.Description {
	width: 160px;
	font-size: 11px;
}

div#Deck {
	position: absolute;
	top: 40px;
	left: 210px;
	width: 770px;
	height: 115px;
	overflow: hidden;
}

div.Card {
	float: left;
	display: block;
	height: 115px;
	width: 125px;
}

div.ItemDescription {
	display: none;
	height: 64px;
	width: 183px;
	background: url(../site/ideas_bubble.png) no-repeat center center;
}

div.ItemDescription p {
	color: #666;
	padding: 10px;
	font-size: 11px;
}

div.ItemDescription p span {
	color:#df4c09;
}

a#Next {
	display: block;
	height: 115px;
	width: 25px;
	overflow: hidden;
	position:absolute; 
	right: 0;
	top: 30px;
	text-indent: -2000px;
	background: url(../site/flipdeck_next.gif) no-repeat center center;
}
 
a#Previous {
	display: block;
	height: 115px;
	width: 25px;
	overflow: hidden;
	position:absolute; 
	left: 180px;
	top: 30px;
	text-indent: -2000px;
	background: url(../site/flipdeck_previous.gif) no-repeat center center;
}


/* Basic Content
-----------------------------------------------------------------------------*/

div.Rewards {
	background: url(../site/card-rewards.jpg) no-repeat left center;
	display: block;
	height: 180px;
}

div.Community {
	background: url(../site/community.jpg) no-repeat left center;
	display: block;
	height: 180px;
}

div#Headline div.Padding {
	padding-left: 250px;
}
	
div#Canvas div#Summary p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

div#Canvas div#Summary p span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

div#Canvas {
	font-size: 12px;
}

div#ColumnOne {
	float: left;
	width: 300px;
}

div#ColumnTwo {
	float: right;
	width: 300px;
}


/* Secondary Navigation
-----------------------------------------------------------------------------*/

div#Secondary ul {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}



/* Events
-----------------------------------------------------------------------------*/

table#EventsContainer {
	padding: 0;
	border-top: 1px dotted #000;
	margin: 20px 0;
}

tr.Event {
	position: relative;
	padding: 20px 0 0;
	border-bottom: 1px dotted #000;
}

tr.Event td {
	vertical-align: top;
	padding: 20px 0 0;
}

tr.Event td.Description {
	
}

tr.Event td.Description h3 {
	font-size: 18px;
	line-height: 18px;
	color: #367c2b;
}

tr.Event td.Description p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

tr.Event td.Media {
	width: 220px;
}

tr.Event td.SignUp {
	width: 240px;
	position: relative;
}

tr.Event td.SignUp div.Date {
	width: 240px;
	background: url(../site/bg_signup.jpg) no-repeat center bottom;
	min-height: 180px;
}

* html tr.Event td.SignUp div.Date {
	width: 220px;
	background: #fff;
	height: 180px;
}

tr.Event td.SignUp p.Month {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 220px;
	height: 30px;
	background: url(../site/bg_month.jpg) no-repeat center top;
	padding: 0;
	margin: 0;
}

* html tr.Event td.SignUp p.Month {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

tr.Event td.SignUp p.Month span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	
}

tr.Event td.SignUp span.Day {
	position: absolute;
	top: 40px;
	left: 18px;
	height: 84px;
	width: 112px;
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	background: url(../site/bg_day.jpg) center center;
	text-align: center;
}

* html tr.Event td.SignUp span.Day {
	position: absolute;
	top: 40px;
	left: 8px;
}

tr.Event td.SignUp div.Times {
	position: absolute;
	top: 42px;
	left: 20px;
	width: 200px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	background: none;
}

* html tr.Event td.SignUp div.Times {
	position: absolute;
	top: 42px;
	left: 10px;
	background: none;
}

tr.Event td.SignUp div.Times span {
	font-size: 13px;
}

tr.Event td.SignUp div.Enroll {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

* html tr.Event td.SignUp div.Enroll {
	position: absolute;
	top: 170px;
	right: 10px;
}

span.addToCart {
	cursor: pointer;
	display: block;
	color: #df4c09; 
}

span.addToCart:hover {
	text-decoration: underline;
}

*html div.Enroll span.addToCart {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Ideas, ideas.html
-----------------------------------------------------------------------------*/

div.Ideas div#Canvas {
	border-left: 1px dotted #666;
	margin-left: 330px;
}

div.Ideas div#Left {
	width: 330px;
}


div#Feature {
	padding-left: 32px;
}

div#Feature h3 {
	padding: 0;
	margin: 0;
}

div.FeatureItem {
	min-height: 135px;
	position: relative;
}

div.FeatureItem div.featureImage{
	position: absolute;
	top: 0;
	left: 0;
}

* html div.FeatureItem div.featureImage{
	position: absolute;
	top: 0;
	left: -240px;
}

div.FeatureItem div.featureDescription{
	margin-left:240px;	
}

* html div.FeatureItem div.featureDescription{
	margin-left:240px;
	height: 135px;	
}

div#Articles {
	padding: 20px 240px 0 32px;
	border-top: 1px dotted #666;
}

div.Article {
	
}

div.Article h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div.Article p {
	font-size: 11px;
}

div#SecondaryMenu {
	
}

div#SecondaryMenu ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

div#SecondaryMenu ul li {
	padding: 0 0 10px;
	margin: 0;
}

div#SecondaryMenu ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1.2em;
}

div#SecondaryMenu ul li a:hover {
	color: #df4c09;
}

div#SecondaryMenu ul li ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
}

div#SecondaryMenu ul li ul li {
	padding: 0;
	margin: 0;
}

div#SecondaryMenu ul li ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #df4c09;
	line-height: 1.5em;
}

div#SecondaryMenu ul li ul li a:hover {
	
}

div#inspirationGallery a {
	float: left;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html div#inspirationGallery a {
	float: left;
	width: 119px;
	height: 120px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#inspirationGallery a img {
	margin: 0;
	padding: 0;
}

div#inspirationContainer a.image {
	float: left;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html div#inspirationGallery a.image {
	float: left;
	width: 119px;
	height: 120px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#inspirationGallery a img {
	margin: 0;
	padding: 0;
}


/* Cafe, cafe.html
-----------------------------------------------------------------------------*/

div#Hours {
	height: 250px;
	width: 380px;
	background: url(../site/bg_hours.jpg) no-repeat left top;
	position: relative;
}

div#Hours table {
	position: absolute;
	top: 117px;
	left: 70px;
	padding: 0;
}

div#Hours table td {
	color: #000;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div#Menu p {
	padding-top: 15px;
	color: #666;
	font-size: 11px;
}

div#Menu a {
	font-size: 14px;
	padding-top: 5px;
	display: block;
}

div.Cafe div#Canvas {
	margin-right: 410px;
}

div.Cafe div#Right {
	width: 380px;
	border-left: 1px dotted #666;
}




/* Category
-----------------------------------------------------------------------------*/


div.Category div#Canvas {
	border-left: 1px dotted #666;
	margin-left: 313px;
}

div.Category div#Left {
	width: 313px;
}

div#Featurette {
	padding: 10px;
}



/* Contact Us
-----------------------------------------------------------------------------*/


div.ContactUs div#Canvas {
	margin-left: 350px;
}

div.ContactUs div#Left {
	position: absolute;
	left: 0;
	width: 320px;
	color: #666;
}

#map {
	height: 220px;
	border: 1px #999 solid;
	width: 220px;
	margin: 0 auto;
}

#map a, #map span {
	text-decoration: none;
	text-align: center;
	display: block;
}

div#Address p {
	font-size: 12px;
}

#Directions fieldset {
	border: none;
}

#Directions legend {
	border: none;
	background: none;
	line-height: 24px;
	color: #666;
	text-indent: none;
	padding: 0;
	margin: 0;
}


input#saddr {
	width: 200px;
	padding: 4px 0 4px 10px;
	margin: 0;
	display: block;
	font-size: 12px;
	float: left;
}

input.inactive {
	font-style: italic;
	color: #a8a8a8;
}

table.Departments td {
	vertical-align: top;
}

div.hours {
	background: #EFEEE8;
	padding: 10px;
}

div.hours table {
	width: 49%;
	float: left;
}

div.hours table.One {
	margin-right: 2%;
	
}

div.hours table thead {
	background: none;
	text-align: left;
}

div.hours table thead th {
	background: none;
	text-align: left;
	text-transform: uppercase;
	color: #999;
}

div.hours table thead th.AltHead {
	background: none;
	text-align: left;
	color: #666;
	text-transform: none;
	font-size: 14px;
}

div.hours table td.Alt {
	background: #fff;
}

/* Gift Card */

div#giftImage {
	position: absolute;
	top: 0;
	right: 0;
}

select#giftAmount {
	z-index: 10;
}



/* Checkout
-----------------------------------------------------------------------------*/

#shoppingCart tfoot td {
	text-align: right;
	background: #edeedc;
}

#items td {
	border-bottom: 1px dotted #666;
	background: #fff;
}

.remove { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #df4c09; 
	text-decoration: underline; 
}

.edit { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #df4c09; 
	text-decoration: underline; 
}

.save {	
	cursor: pointer; 
	margin: 0 .5em; 
	color: red; 
	text-decoration: underline; 
}

.disabled {
	cursor: normal;
	color: #666;
	text-decoration: none;
}

.addAnother { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #666; 
	text-decoration: underline; 
}

.actions { 
	width: 10%; 
	text-align: center; 
}

.actions span { 
	display: block; 
	margin-bottom: .5em; 
}

.description { 
	width: 70%; 
}

.description p { 
	margin: 0 0 .4em 0; 
}

.description dl { 
	font-size: .9em;
	color: #666; 
}

.description dd { 
	margin: 0;
	font-style: italic;
}

.description dt { 
	display: block; 
	width: 10em; 
	color: #9F9F9F;
	padding-right: .5em;
	text-align: right; 
	float: left; 
	clear: left; 
}

.quantity { 
	width: 10%; 
	text-align: center; 
}

.quantity input[type='text'] { 
	width: 3em; 
	text-align: center; 
}

.price { 
	width: 10%; 
	text-align: center; 
}

.cost { 
	width: 10%; 
	text-align: right; 
}

#gTotal {
	display:block;
	line-height:34px;
	width:200px;
	white-space: nowrap;
}

#items .cost {
	background: #C5CC7F;
	color: #4F4F4F;
}

#shoppingCart thead .cost, #shoppingCart tfoot .cost {
	background: #B2BB5E;
	color: #3F3F3F;
}

.editCartItem { 
	padding: 2em 1em; 
	background: #dedede url(../site/bg_editItem.gif) no-repeat 50% 0; 
}

#controls {
	font-size: 11px !important;
	text-align: left !important;
}

.coupon { 
	margin: 0 1em; 
	cursor: pointer; 
	border: 1px dashed #999; 
	color: #666; 
	padding: 0 .5em; 
}

.coupon:hover { 
	background: #fff; 
	border: 1px dashed #666; 
	color: red; 
}

.error { 
	color: #ff0000; 
}

.success { 
	color: #008F06; 
}

.total td { 
	font-weight: bold;
	font-size: 1.3em; 
	color: #3F3F3F;
}

#creditCardVerificationNumber { 
	width: 5em; 
}

#cartErrors { 
	background: #ffff66; 
	height: 0; 
	overflow: hidden; 
}

#cartErrors ul { 
	margin: 0; 
	padding: 1em 2.5em; 
}

#cartErrors li { 
	margin: 0; 
}

.error { 
	background: #FFBFBF !important; 
}

.advice { 
	margin: -10px 0 0 10px; 
	padding: 10px; 
	background: #BFFFC2; 
}

#shippingAddress {
	overflow: hidden;
	height: 0;
}

#billTo, #delivery, #payment {
	margin-top: 32px;
}

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/spinner.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.editItemDialog {
	width: 400px;
}

.controls td {
	text-align: left !important;
	background: #666 !important;
}

#upsellRewards {
	text-align: right;
	padding-top: 18px;
}

#coupon, #joinRewards, #customerLogin {
	width: 400px;
}

#showCustomerLogin {
	float:right;
}

/* Account, account.html
-----------------------------------------------------------------------------*/

span.attribute {
	width: 100px;
	display: block;
	float: left;
}

div#Right p.Rewards {
	font-size: 14px;
	color: #666;
	line-height: 1.3em;
	margin-left: 5px;
}

div#Right p#customerPoints {
	font-size: 72px;
	font-weight: bold;
	color: #367c2b;
	margin: 0;
	letter-spacing: -7px;
	padding-top: 110px;
}

h3.Highlight { 
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-color: #ededdb;
	border-top: 1px dotted #666;
	display: block;
	padding: 5px;
}

/* Site Map */

div.SiteMap div#Canvas {
	margin-right: 460px;
}

div.SiteMap div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 440px;
}

div.SiteMap ul {
	list-style-type: none;
	list-style-image: url(../site/bullet.gif);
}

