@import "reset-fonts-grids.css";
@import "base-min.css";
@import "interior-styles.css";

html {}

body {
	background: #FBDFDB url(images/global-bg-stars.gif) repeat;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color:#078E1D;
	font-weight:bold;
}

a:hover {
	color:#5AB468;
}

h5 {
	font: bold 123%/1.2em "Trebuchet MS", Arial, sans-serif;
	margin: 2em 0 1em;
}

#doc2 {
	background: #FFF;
	border: 10px solid #FFF;
	margin: 44px auto;
	position: relative;
}

#logocat {
	position: absolute;
	top: -12px;
	left: 25px;
}

#logotext {
	position: absolute;
	top: 34px;
	left: 156px;
}

#hd {
	background: #FBDFDB url(images/header-back.gif) repeat center bottom;
	height: 173px;
}

#specialhd {
	width: 380px; height:100px;
	position:absolute;
	top: -4px;
	right: -150px;
}

#specialhd-temp {
	width: 380px; height:125px;
	position:absolute;
	top: -4px;
	right: -60px;
}

#hd h1 {
	margin:0; padding:0;
	font-size: 32px;
	background:transparent url(images/logotext.png) no-repeat;
	text-indent: -9999px;
}

#hd h1, #hd h1 a {
	display: block;
}

#hd h2 {
	margin:3px 0 0 0; padding:0;
	font-size: 108%;
}

#topnav {
	margin:0;padding:0 0 0 160px;
	background:#CFD0E7;
	height: 57px;
	position: absolute;
	top: 116px;
	width: 790px;
	overflow:hidden;
	clear:both;
}

#topnav li {
	font: bold 15px/27px Arial, sans-serif;
	float: left;
	list-style: none;
}

#topnav li, #topnav a {
	display:block;
}

#topnav a {
	padding: 0 25px;
	border-right: 1px dashed #9FA0C5;
	color: #333;
	text-decoration: none;
}

#topnav a:hover {
	background: #E0F3D2;
}

#sidebar1 {
	background: #E2DEEC;
	text-align: center;
}

#sidenav {
	margin:0 0 1em 0; padding:0;
	background: #E2DEEC;
	list-style: none;
	text-align: left;
}

#sidenav li {
	font-weight: bold;
	line-height: 1.4em;
	font-family: Arial, sans-serif;
}

#sidenav li, #sidenav a {
	display: block;
}

#sidenav li a {
	color: #333;
	text-decoration: none;
	padding: 6px 6px 8px 26px;
	border-top: 1px solid #E2DEEC;
	border-bottom: 1px solid #E2DEEC;
	background: #E2DEEC url(images/navbullet.gif) no-repeat left top;
}

#sidenav li a:hover {
	background: #E0F3D2 url(images/navbullet.gif) no-repeat left top;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}


#specialshead {
	border-top: 3px dashed rgb(219, 139, 140);
	border-left: 3px dashed rgb(219, 139, 140);
	border-right: 3px dashed rgb(219, 139, 140);
	background: rgb(253, 247, 247);
	color: #078e1d;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

#specialshead a {
	padding: 7px;
	display: block;
	text-decoration: none;
}

#specialshead a:hover {
	background: #E0F3D2;
}

#sidenav .categoryhead {
	background: #DE869A;
	color: #FFF;
	height: 27px;
	line-height: 27px;
	margin:0; padding:0;
	text-align: center;
	font-size: 93%;
}

#bd {
	font: 100%/1.4em Verdana, Arial, sans-serif;
	background: #FFF url(images/bdsidenav.gif) repeat-y left top;
	clear:both;
}

#bd h1 {
	font: normal bold 174%/26px Verdana, Arial, sans-serif;
	color: #B5465A;
	margin: 0 0 13px 0;
	letter-spacing: 0px;
}

#bd h2 {
	font: normal bold 153.9%/1em "Trebuchet MS", Arial, sans-serif;
	color: #078E1D;
	margin: 2em 0 1em;
	padding-bottom: 3px;
	border-bottom: 1px dashed #078E1D;
}

#bd h3 {
	font: normal bold 138.5%/1.2em "Trebuchet MS", Arial, sans-serif;
	color: #B5465A;
	margin: 0 0 .5em;
}

#bd h3 a {
	color: #B5465A;
}

#bd h3 a:hover {
	color:#CB7A88;
}

#content {
	margin: 26px 10px;
}

h4 {
	font: bold 131%/1.22em Georgia, "Times New Roman", Times, serif;
	color: #078E1D;
	margin: .5em 0;
}

.hmcontent {
	padding: 30px 60px;
}

.hmtop {
	padding-bottom: 30px;
}

.hmrow {
	padding-bottom: 30px;
}

.hmbot {
	padding: 0 30px 17px 0;
}

.hmbot .first {
	text-align: right;
}

.hmbot .first img {
	padding-right: 13px;
}

/* Floated content images should be 154px wide for best appearance */
.rt {
	float:right;
	margin: 0 0 10px 10px;
/*	border: 4px solid #CFD0E7; */
}

.lt {
	float:left;
	margin: 0 10px 10px 0;
	padding: 6px;
	border: 4px solid #CFD0E7;
}

p {
	font: 100%/1.4em Verdana, Arial, sans-serif;
	margin: 0 0 1em;
}

#sidebar2 {
	margin: 17px 0;
	text-align: center;
}

#sidebar2 p.rsidetext {
	padding: 6px 10px 0;
	font: normal 11px/17px Verdana, Arial, sans-serif;
	color: #666666;
}

img.rsideimgtop {
	margin-top: 20px;
}

img.rsideimg {
	margin-top: 65px;
}

img.rsideimgdrop {
	margin-top: 2857px;
}

#sideboxtop {
	background: transparent url(images/grnbox-top.gif) no-repeat top right;
	width: 187px; height: 23px;
}

#sideboxtop-ess {
	background: transparent url(images/grnbox-top-ess.gif) no-repeat top right;
	width: 150px; height: 23px;
}

#sideboxmid h3 {
	font: normal bold 108%/1.2em Arial, sans-serif;
	color: #2F332C;
	text-align:center;
	margin: 0 8px; padding:0;
}

#sideboxmid-ess h3 {
	font: normal bold 108%/1.2em Arial, sans-serif;
	color: #2F332C;
	text-align:center;
	margin: 0 8px; padding:0;
}

#sideboxmid {
	background: transparent url(images/grnbox-mid.gif) repeat-y top right;
	width: 187px;
	text-align: left;
}

#sideboxmid-ess {
	background: transparent url(images/grnbox-mid-ess.gif) repeat-y top right;
	width: 150px;
	text-align: left;
}

#sideboxmid ul {
	margin: 0; padding: 13px 17px 0;
	list-style: none;
}

#sideboxmid-ess ul {
	margin: 0; padding: 13px 17px 0;
	list-style: none;
}

#sideboxmid ul li {
	font: normal normal 12px/1.4em Arial, sans-serif;
	padding: 0 0 10px 16px;
	color: #305B2D;
	background: transparent url(images/grnbox-bullet.gif) no-repeat top left;
	margin:0;
	list-style: none;
}

#sideboxmid-ess ul li {
	font: normal normal 12px/1.4em Arial, sans-serif;
	padding: 0 0 10px 16px;
	color: #305B2D;
	background: transparent url(images/grnbox-bullet.gif) no-repeat top left;
	margin:0;
	list-style: none;
}

#sideboxmid ul li a{
	color: #305B2D;
	text-decoration: none;
	font-weight: normal;
}

#sideboxmid-ess ul li a{
	color: #305B2D;
	text-decoration: none;
	font-weight: normal;
}

#sideboxmid ul li a:hover{
	color: #305B2D;
	text-decoration: underline;
}

#sideboxmid-ess ul li a:hover{
	color: #305B2D;
	text-decoration: underline;
}

#sideboxbot {
	background: transparent url(images/grnbox-bot.gif) no-repeat top right;
	width: 187px; height: 26px;
	margin-bottom: 26px;
}

#sideboxbot-ess {
	background: transparent url(images/grnbox-bot-ess.gif) no-repeat top right;
	width: 150px; height: 26px;
	margin-bottom: 26px;
}

#ft {
	text-align: center;
	margin: 13px 200px;
	font-size: 85%;
}
 
.clearfix {
	clear: both;
}

hr {
	border: 1px solid #D3D1D2;
	margin: 2em;
	clear: both;
}

/* Gridview product display */

div.product_display{
 margin: 20px 0;
 width: 100%;
 text-align: left !important;
 }

.productimg {
	float: left;
	margin: 0 10px 10px 0;
	padding: 6px;
	border: 1px solid #CFD0E7;
}

div.product_item {
	margin: 2em 0;
}

.productmain {
	margin-left: 32%; 
}

.productdesc {
	clear:both;
}

/* can change the width and height of the grid view elements here */
div.product_display div.grid_product_item{
	width: 160px; height: 600px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0; 
}

div.grid_product_info {
	font-family:"Trebuchet MS",Arial,sans-serif;
	margin: .5em 0;
}
 
div.grid_product_img {
	border: 4px solid #E2DEEC;
	width: 140px; height: 140px;
	text-align: center;
	padding: 6px;
	background: #FFF;
}

div.grid_product_img:hover {
	border: 4px solid #CFD0E7;
}

#content div.product_display h3 {
	font: normal bold 123.1%/1.22em "Trebuchet MS", Arial, sans-serif;
	color: #B5465A;
	margin: 0 0 .2em;
 }
 
#content div.product_display h3 a {
	color: #B5465A;
	text-decoration: none;
}

#content div.product_display h3 a:hover {
	color: #CB7A88;
	border-bottom: 1px solid #CB7A88;
}

#content div.product_display p.morelink {
	font-size: 93%;
}

#content div.product_display p.morelink a{
	color: #666;
	text-decoration: none;
}

#content div.product_display p.morelink a:hover {
	color: #999;
}

#content div.grid_product_info h4 {
	font: bold 131%/1.22em Georgia, "Times New Roman", Times, serif;
	color: #078E1D;
	margin: .5em 0;
}

#content div.grid_product_info h4 strike{
	color: #91CD9A;
	font-size: 77%;
}

div.product_display div.grid_product_item a.preview_link{
	 display: block;
	 font-size: 8pt;
 }
 
/*

old giftbox css saved

p.giftbox {
	background: #F3DEE1 url(images/giftboxbk.gif) no-repeat 5px center;
	margin: 3px 26px 3px 0;
	padding: 8px 4px 8px 56px;
	font-family: Arial, sans-serif;
	border-top: 4px solid #C86575;
	border-bottom: 4px solid #C86575;
	color: #666666;
	width: 140px;
	min-height: 34px;
	float: right;
}

*/


p.giftbox {
	background: #F3DEE1 url(images/cba-logo-50h.png) no-repeat 5px center;
	margin: 3px 26px 3px 0;
	padding: 8px 4px 8px 65px;
	font-family: Arial, sans-serif;
	border-top: 4px solid #C86575;
	border-bottom: 4px solid #C86575;
	color: #666666;
	width: 120px;
	min-height: 34px;
	float: right;
}


blockquote {
background:transparent url(images/bee2.gif) no-repeat scroll left top;
margin:1em 0;
padding:0 0 0 5em;
min-height: 52px;
}

blockquote cite {
	float: right;
	color: #999;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 2em 0;
}
table.layout td, table.layout th, table td, table th {
	border: none;
	padding: 0;
}

.subhead1 {
color:#B5465A;
font-family:Verdana ,Arial, sans-serif;
font-size:15px;
font-weight:bold;
}

#content ul li {
	line-height: 1.3em;
	margin: 0 0 .5em;
}

div.notify {
	border-top: 2px solid #D3D1D2;
	border-bottom: 2px solid #D3D1D2;
	padding: 2em 1em 1em 7em;
	background: #F4F4F4 url(images/butterfly-sm.gif) no-repeat 16px 24px;
	clear: both;
}

div.poetry {
	text-align: center;
}

div.poetry p {
	font-weight: bold;
}

.moreinfo {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	font-family: Arial;
}

.moreinfo a {
	color: #C8495E;
}

.moreinfo a:hover {
	color: #E29CA7;
}

.descinfo {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
div#optin {width:330px; margin: 26px auto; background: #FAF3F4; padding: 26px 39px; border: 2px dashed #B5465A;}
div#optin form div {padding: 3px 0;}
div#optin h3, div#optin p {text-align:center;}
p#viewcart {position: absolute; top: -47px; right: -10px; font-family: "Trebuchet MS", Arial, sans serif; font-size: 15px;}
p#viewcart a {color: #B5465A; text-decoration: none;}
p#viewcart a:hover {color: #C87483;}hover {color: #C87483;}

span.cat-links, span.tag-links, span.sep {
	font-style: italic;
}