/*
 * SOME OF THE COLORS (BUT NOT ALL)
 *
 * DARKER GREENISH		#005643
 * FUNKY GREEN-GRAY		#788775
 * LIGHTER GREENISH		#96A993
 *
 * WEIRD BROWNISH		#625C0C
 *
 * BLUE					#004A80
 *
 * WHITE				#FFFFFF
 * LIGHTER GRAY			#737373
 * DARKER GRAY			#4B4B4B
 * BLACK				#000000
 *
 */

/****************************** OVERALL DEFAULTS ******************************/

/* All this stuff is pretty self-explanatory. We set some
 * site-wide styles for fonts, links, etc. */

*
{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul
{
	padding-left: 20px;
}

img
{
	border: none;
}

body
{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
}

a
{
	text-decoration: none;
	color: #004A80;
}

a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6
{
	text-decoration: underline;
}

a.arrow,
div#itemContainer div.right a.small
{
	background-image: url(../images/smallarrow.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 1px;
}

div#page
{
	width: 1000px;
	margin: auto;
}

.clearfix
{
	clear: both;
}

/* These separators are found in the footer */
span.pipe
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

span.space
{
	padding-left: 1em;
}

/****************************** TEXT FORMATTING ******************************/

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin-bottom: 1em;
}

h1,
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h3,
h4,
h5,
h6
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/****************************** HEADER ******************************/

div#header
{
	float: left;
	width: 1000px;
}

div#header div.navigation
{
	clear: both;
	display: block;
	background-color: #005643;
	color: #FFFFFF;
	height: 20px;
}

/* This navigation appears to display inline, but it is
 * actually an unordered list */

div#header div.navigation ul
{
	list-style: none;
	float: right;
	padding-left: 0;
}

div#header div.navigation ul a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#header div.navigation ul a:hover
{
	text-decoration: underline;
}

div#header div.navigation ul li
{
	float: left;
	margin-right: 30px;
}


div#header img.logo
{
	float: left;
}

div#header h1.title
{
	font-size: 25px;
	font-weight: normal;
	color: #4B4B4B;
	display: block;
	float: left;
	margin: 35px 0px 0px 40px;
}


div#header div.search
{
	float: left;
	margin-left: 45px;
}

div#header div.search h2
{
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #4B4B4B;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#header div.search input.hint
{
	color: #999999;
}

div#header div.search a.submit
{
	display: inline-block;
}

div#header div.tagline {
	clear: left;
	color: #005643;
	font-size: 10px;
	float: left;
	padding-left: 159px; /* to line up with center of 'GREETINGS' */ 
	width: 358px; /* to line up with right edge of logo */
	margin-top: -11px; /* to tuck up under the logo */
}

/****************************** LEFT COLUMN ******************************/

div#leftColumn
{
	width: 240px;
	float: left;
}

div#leftColumn h2
{
	color: #788775;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 5px;
}

/* This navigation looks like a bunch of images, but it is
 * actually an unordered list with background images. */

div#leftColumn ul
{
	list-style: none;
	padding-left: 0;
}

div#leftColumn ul.rootCategories li.rootCategory
{
	background-image:url(../images/leftNavSeparator.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}

div#leftColumn ul.rootCategories li.rootCategory a
{
	display: block;
	padding-bottom: 7px;
	padding-left: 40px;
	width: 200px;
	color: #625C0C;
}

div#leftColumn ul.subCategories
{
	margin-bottom: 10px;
	margin-left: 0;
}

div#leftColumn ul.subCategories li.subCategory
{
	line-height: 1.2; /* line-height of 1.2 for the a tag increases the li height in ie. */
}

div#leftColumn ul.subCategories li.divider
{
	background: url(../images/divider.gif) no-repeat bottom;
}

div#leftColumn ul.subCategories li.subCategory a
{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 40px;
	width: 200px;
	color: #625C0C;
}

div#leftColumn div.recentlyViewed
{
	text-align: center;
	margin-top: 30px;
}

div#leftColumn div.anniversary
{
	text-align: center;
	margin-top: 20px;
}

/****************************** CONTENT COLUMNS ******************************/

div#content
{
	float: left;
	width: 720px;
	margin: 0;
}

/****************************** INDEX CONTENT ******************************/

div.indexContent
{
	width: 760px !important;
	margin: 40px 0 0 0 !important;
	padding: 0 !important;
}


div.indexContent div.text
{
	margin: 0px 10px;
}

div.indexContent div.text a,
div.indexContent div.text a:link,
div.indexContent div.text a:hover,
div.indexContent div.text a:active,
div.indexContent div.text a:visited
{
	text-decoration: none;
	color: black;
}

/****************************** CENTER COLUMN ******************************/

div#centerColumn
{
	float: left;
	width: 524px;
}

div#centerColumn div.text
{
}

div#centerColumn div.text h3,
div#centerColumn div.text h3 a
{
	color: #005643;
	font-size: 17px;
}

div#centerColumn div.text ul
{
	margin: 10px;
	color: #362F2D;
}

/* The "current" div is the one below that bulleted
 * list in the center column. It can display things like
 * "Thanksgiving Cards; Order Now!, etc. */

div#centerColumn div.current
{
	text-align: center;
	margin-top: 30px;
}

div#centerColumn div.current .left
{
	display: block;
	float: left;
	text-align: right;
	margin: 20px 10px 20px 0px;
	width: 170px;
}

div#centerColumn div.current .center
{
	display: block;
	text-align: center;
	float: left;
}

div#centerColumn div.current .right
{
	display: block;
	text-align: left;
	margin: 20px 0px 20px 10px;
	float: left;
	width: 170px;
}

div#centerColumn div.current h3,
div#centerColumn div.current h3 a
{
	color: #005643;
	font-size: 15px;
}

div#centerColumn div.current h4,
div#centerColumn div.current h4 a
{
	color: #362F2D;
	font-size: 14px;
	font-style: italic;
}

/****************************** RIGHT COLUMN ******************************/

div#rightColumn {
	width: 235px;
	float: left;
}

div#content div#rightColumn h2
{
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #222621;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

/* The box itself contains the horizontal separator image at the
 * top. Each individual section has the separator at the bottom
 * of that section. */

div#rightColumn div.box
{
	background: #96A993 url('../images/rightNavSeparator.gif') no-repeat top;
	padding-top: 10px; /* top padding for BG image */
}

div#rightColumn div.box div.section
{
	padding: 5px 10px 15px 10px; /* 10px extra bottom padding for the BG image */
	background: #96A993 url('../images/rightNavSeparator.gif') no-repeat bottom;
}

/* Ensure that the green box is the same height as the image in the center of
 * the design. */

div#rightColumn div.box div.section.mostPopular
{
	min-height: 145px;
	/* min-height workaround for ie 6. */
	height: auto !important;
	height: 145px;
}

div#rightColumn div.box div.section.learnMore
{
	min-height: 26px;
	/* min-height workaround for ie 6. */
	height: auto !important;
	height: 59px;
}

div#rightColumn div.box div.section.mostPopular a
{
	color: #3B4239;
}

div#rightColumn div.box div.section.mostPopular ul
{
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	line-height: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
}

div#rightColumn div.box div.section.learnMore
{
	text-align: center;
}

div#rightColumn div.box div.section.learnMore h3
{
	color: #3B4239;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

div#rightColumn div.box div.section.learnMore h3 a
{
	color: #222621;
}

div#rightColumn div.specials
{
	/* align the top of the specials box to the x line of the header in the
	 * middle column. */
	margin-top: 63px;
	text-align: center;
	background-color: #FFEE88;
	border: 1px dashed #CCAA00;
	padding: 10px 10px;
}


div#rightColumn .specials ul
{
	text-align: left;
	list-style: none;
	padding: 0px;
}

div#rightColumn .specials ul li {
	margin-top: 11px;
}


/****************************** FAQ ******************************/

div.faq a.plain {
	color: inherit;
	text-decoration: none;
	padding-right: 1em;
}

/****************************** SPECIALS ******************************/



/****************************** FOOTER ******************************/

div#footer
{
	float: left;
	width: 1000px;
	clear: both;
}

/* Unfortunately, we can't use a real <hr> because IE
 * won't let is get rid of the border lines, so we have
 * to simulate it with a div. */

div#footer div.hr
{
	border: 0px;
	background: url('../images/footerSeparatorSkinny.png') no-repeat;
	height: 11px;
	clear: both;
	display: block;
	margin: 3px 0px;
}


div#footer table.logos
{
	width: 1000px;
	border: 0px;
	border-collapse: collapse;
}

div#footer table.logos img {
	vertical-align: bottom;
}

div#footer table.logos tbody tr td
{
	text-align: center;
	vertical-align: middle;
	border: 0px;
}

div#footer table.logos tbody tr.captions td
{
	padding-top: 0px;
}

div#footer table.logos tbody tr.captions td a
{
	color: #737373;
}

/* This is the link collection on the left side of the footer, below the logos */

div#footer div.links,
div#footer div.links a,
div#footer div.copyright
{
	color: #737373;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 20px;
}

div#footer div.links p,
div#footer div.copyright p
{
	margin: 0;
}

div#footer div.links
{
	float: left;
	text-align: left;
}

/* This is the copyright info, floated to the right of the footer below the
 * logos */

div#footer div.copyright
{
	float: right;
	text-align: right;
}

/********************************** Content **********************************/

div.pageContent,
input,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
}

/* Reset the default margin applied by the base store style sheet. Add padding
 * for the content. */

div.pageContent
{
	margin: 0px;
	padding: 0px 20px 10px 20px;
}

.pageContent .navigation
{
	text-align: right;
	font-size: 100%;
}

div.breadcrumbTrail
{
	font-size: 10px;
}

.lateralNavigation
{
	text-align: right;
	margin-bottom: 10px;
}

/* Remove margin from individual elements. We'll use the container for
 * padding. */

div#content h2
{
	padding: 0px;
	margin: 0px;
	line-height: 42px;
}

div#content h3
{
	padding-left: 0px;
	margin: 20px 0px 0px 0px;
	color: #005643;
}

div#content p
{
	margin-left: 0px;
	margin-right: 0px;
}

div#content ul
{
	margin-left: 0px;
	margin-right: 0px;
}

#crumbs
{
	float: none;
	text-align: right;
	width: auto;
	height: 15px
}

div#left
{
	width: 439px;
	float: left;
}

div#imageContainer
{
	width: 420px;
	margin:  10px 0px;
}

div#thumbnails
{
	margin-bottom: 20px;
}

div#thumbnails img
{
	margin-right: 5px;
}


/************************* FROM THE OLD ARTLINE SITE **************************/

div#itemContainer div.left
{
	float: left;
	width: 439px;
}

div#itemContainer div.right
{
	float: right;
	width: 240px;
	font-size: 11px;
}

div#itemContainer div.right h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}

div#itemContainer div.right a
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

div#itemContainer div.right ul
{
	list-style: none;
	padding-left: 0;
}

.clearall {
	clear: both;
	height: 1em;
}

div#itemContainer div.right  select
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

div#itemContainer div.right .column
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4b4b4b;
	float: left;
	width: 110px;
}

div#itemContainer div.right a:hover
{
	color: #004a80;
	text-decoration: underline;
}

div#itemContainer div.right a.big
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 1px;
	font-size: 18px;
	font-weight: normal;
}

div#itemContainer div.right a.small
{
	border-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: normal;
}

#contactform td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #362f2d;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#linklist a
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 1px;
	color: #004a80;
	text-decoration: none;
}

#linklist a:hover
{
	text-decoration: underline;
}


/*********************** FROM THE OLD ARTLINE STORE ***************************/


/* Headers */

div.pageContent h2
{
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 1;
	margin: 25px 0px 20px 0px;
}


div.pageContent div.categoryImage
{
	float: right;
	padding: 0px 10px 10px 10px;
}

div.pageContent div.secondaryNavigation
{
	clear: both;
}

div.pageContent div.image
{
	float: none;
	display: block;
}

div.popup
{
	position: absolute;
	padding: 10px;
	text-align: center;
	color: #737373;
	top: 0px; /* So it doesn't make the page longer than it should be. */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.lateralNavigation
{
	text-align: right;
	margin-bottom: 10px;
}


/* Customize Grids */

.gridContainer table.grid tr th,
.gridContainer table.grid tr td
{
	font-size: 12px;
	line-height: 1.25;
}

/* Subcategories. */

.subCategories img
{
	margin-bottom: 5px;
}

.subCategories,
.subCategories td,
.subCategories a
{
	font-size: 12px;
	font-weight: normal;
}

div#content .subCategories .columnar table.cards td h3
{
	margin: 0px;
}

div#content .subCategories .columnar table.cards td h3 a
{
	font-size: 14px;
	font-weight: bold;
}

ul.siblingCategories
{
	position: relative;
	top: -15px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.siblingCategories li
{
	display: inline;
	margin: 0px 10px 0px 0px;
}

ul.siblingCategories a
{
	white-space: nowrap;
}

ul.siblingCategories a.selected
{
	font-weight: bold;
}

/* Sorting and Pager navigation */

.sort,
.pageSize
{
	line-height: 25px;
	float: left;
	/* Adds base alignment for the select list making the text sort of line
	 * up. */
	vertical-align: middle;
}

.pageSize
{
	margin-left: 20px;
}

.items
{
	clear: both;
}

.items .pageNavigation
{
	margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.items .pageNavigation a
{
	margin: 0px 3px;
}

.items .pageNavigation a.selected
{
	text-decoration: underline;
}

/* Order form */

div.form > form table
{
	margin-top: 1em;
}

div.form > form table > tbody > tr > th
{
	font-weight: normal;
	background-color: #ffffff;
	width: 150px;
}

div.form > form table > tbody > tr > td > a,
div.form > form table > tbody > tr > th > a
{
	cursor: pointer;
}

div.form > form table > tbody > tr > td.help
{
	font-size: 11px;
}

div.form select.standardVerse
{
	width: 300px;
}

div.form textarea.customVerse
{
	width: 300px;
	height: 100px;
}

.disabled {
	color: #999999;
	background-color: #FFFFFF;
}

.clickable
{
	cursor: pointer;
}

.pageContent input,
.pageContent select,
.pageContent textarea
{
	font-size: small;
}

/* Item Details Page */

div#content .item .discounts
{
	background-color: #FFEE88;
	border: 1px dashed #CCAA00;
	padding: 5px 10px;
}

div#content .item .discounts h3 {
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	color: #000000;
}

div#content .item .discounts p
{
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 5px;
}

div#content .item .bullet
{
	margin-left: 10px;
}

div#content .item .highlight
{
	color: #9E0B0F;
	font-weight: bold;
}


/* Site Map */

div#content .siteMap ul
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.25;
}

div#content .siteMap ul li
{
	list-style: none;
}

div#content .siteMap ul li a
{
	color: #444444;
}

div#content .siteMap ul li ul
{
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.25;
}

div#content .siteMap ul li ul li
{
	/* do nothing. */
}

div#content .siteMap ul li ul li a:link
{
	color: #004A80;
}


/*************************** STATIC PART OF THE SITE **************************/

div#content ul.faq
{
	margin-left: 40px;
}


/************************************ YUI *************************************/


.yui-panel .hd
{
	background-color: #444444;
	font-size: 14px;
	height: 14px;
	border: 0px;
}

.yui-panel .bd hr
{
	height: 1px;
	background-color: #000000;
	border-width: 0px;
	margin: 1px 0px;
	color: #000000; /* Internet Explorer. */
}

/* styles for the item details page. */

.yui-panel.details
{
	/* NOTE: We cannot define the panel height here because Safari renders extra
	 * white space. The heights and widths are therefore defined inline by the
	 * JavaScript. */
}

.yui-panel.details .bd
{
	/* Make the content scrollable. Ugly ugly hack. */
	height: 370px;
	overflow: auto;
}

/* An option set that consists of images (fonts, verses) */

.yui-panel.details.images .bd
{
	text-align: center;
}

.yui-panel.optionSet .bd .option
{
	margin: 10px 0px 0px 10px;
	padding: 10px;
	border: 1px solid #ddd;
}

.yui-panel.optionSet .bd .option.clickable:hover
{
	border-color: #000;
}

/* Ink and Envelope Liner Colors */

.yui-panel.optionSet .bd .optionColor
{
	font-weight: bold;
	padding: 14px;
	text-align: center;
}

.yui-panel.optionSet .bd .static,
.yui-panel.optionSet .bd .static:hover
{
	border-color: #dddddd;
	cursor: default;
}

.yui-panel.optionSet .bd .description
{
	margin-top: 20px;
}

.yui-panel.details .bd .loading
{
	margin-top: 175px;
	text-align: center;
}

.yui-panel-container.hide-scrollbars .yui-panel.details .bd
{
	/* Hide scrollbars by default for Gecko on OS X */
	overflow: hidden;
}

.yui-panel-container.show-scrollbars .yui-panel.details .bd
{
	/* Show scrollbars for Gecko on OS X when the Panel is visible  */
	overflow: auto;
}

.yui-panel-container.show-scrollbars .underlay
{
	/* Show scrollbars for Gecko on OS X when the Panel is visible  */
    overflow: visible;
}

/* Panel Printing */

#printFrame
{
	height: 1px;
	width: 1px;
	border: 0px;
	margin: 0px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.printCommand
{
	text-align: right;
	margin: 10px;
}

.printCommand
{
	vertical-align: middle;
}

.printCommand a
{
	cursor: pointer;
}
