/*
  $Id: stylesheet.css

  Copyright (c) 2009 CandleFavors.com
  
  Color Info:
  	Logo - furthest color index 
		hot pink #B05156
		brown #432906
		light brown #8B634C  
*/

.boxHeading { font-family: Trebuchet MS, Arial, sans-serif; font-size: 17px; vertical-align: middle; color: #9A464A; }
.boxHeadingSmall { font-family: Trebuchet MS, Arial, sans-serif; font-size: 15px; vertical-align: middle; color: #9A464A; }
.boxText { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; }
.errorBox { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; color: #cc0033; }
.orderEdit { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; color: #70d250; text-decoration: underline; }
.productsDescription { font-family: Trebuchet MS, Arial, sans-serif; font-size: 14px; line-height: 17px; vertical-align: top; text-align: justify; }

BODY 
{
/*marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"*/
  font-family: Trebuchet MS, Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  background: #FFFFFF;
  color: #332B24;
  /*background-image: url(images/template/flowers.gif);
  background-image: url(images/template/background_flowers.gif);*/
}

h1 {
	font-size:18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size:14px;
	margin: 0px 0px 0px 0px;
}
h4{
	font-size:14px;
	margin: 0px 0px 0px 0px;
	/*line-height: 47px;*/
}

UL
{
  padding: 0px 4px 0px 6px;
  margin: 3px 6px 3px 6px;
}

LI
{
  list-style-position: inside;
  list-style-image: url(images/template/bullet.gif);
  font-size: 13px;
}

LI.small
{
  list-style-position: inside;
  list-style-image: url(images/template/bullet.gif);
  font-size: 12px;
}

LI.error
{
  list-style-position: inside;
  list-style-image: url(images/icons/error_big.gif);
  font-size: 15px;
}

TABLE.productListing {
	margin:0;
	padding:0;
	width:720px;
}

/*.productListing td {
	margin:0 2px 5px 0;	
	padding:5px 5px;
	text-align:center;
	vertical-align:bottom;
	width:25%;
}*/
	
TD.pricing 
{
	font-size: 15px; 
	color: White;
	background: #B05156;
}

TABLE.pricing 
{
	border: solid 1px #B05156;	
	background: #EDF1F3;
}

TABLE.cartHeader
{
	background: #B05156;
	border-bottom: solid 1px #322A24;
	border-top: solid 1px #322A24;		
}

TD.header 
{
	height: 22px;
}

.borderTurnaround {
 	background: #FDE7EA;
 	border: 1px solid #432906;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.borderFontImage {
 	border: 2px solid #432906;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.borderHottest {
 	background: #FFFFFF;
 	border: 1px solid #432906;
	padding : 3px;
}

.borderBottom {
	/*border: 2px solid #432906;*/
	padding : 0px;
}

.borderNoTop {
 	background: #FFFFFF;
 	border-left: 1px solid #663E25;
 	border-bottom: 1px solid #663E25;
 	border-right: 1px solid #663E25;
	padding : 0px;
}

.calendarCountdown {
 	background: #FCCCD0;
 	border: 1px solid #432906;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

/*A:active { outline: none; }

:focus { -moz-outline-style: none; }yep*/

A.boxText {
  font-family: Trebuchet MS, Arial, sans-serif; 
  font-size: 13px; 
  color: #4D2F1D; 
  text-decoration: none;
  font-weight : bold;
}

A.boxText:hover {
  /*color: #824654; */
  text-decoration: underline;
}

IMG {
  /*border-bottom: 0;
  vertical-align: middle;*/
}

FORM {
	display: inline;
}

TD.copyright, SPAN.copyright, P.copyright, A.copyright, A:link.copyright {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

P.phoneNumber {
	color: #432906;
}

P.titleText {
  font-size: 15px;
  color: #432906;
  font-weight : bold;
  line-height: 20px;
}

TR.header {
  background: #ffffff;
}

.headerNavigation {
  line-height: 20px;
  font-size: 13px;
}

.headerNavigationCurrent {
  color: #B05156;
  line-height: 20px;
  font-size: 13px;
}

TD.headerNavigation {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  color: #432906;
  font-weight : bold;
}

A.headerNavigation { 
  font-size: 14px;
  line-height: 20px;
  color: #432906;
  text-decoration: underline;
}

A.headerNavigation:hover {
  color: #B05156;
}

A.categoryNavigation 
{
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #332B24; 
  /*font-weight : bold;*/
}

A.categoryNavigation:hover {
  text-decoration: underline;
}

TD.categoryNavigationBox 
{
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  font-weight: bold;
}

A.categoryNavigationBox:hover {
  text-decoration: underline;
}

A.categoryNavigationBoxSelected {
  font-family: Trebuchet MS, Arial, sans-serif;
  color: #76383B;  
  font-size: 13px;
  font-weight : bold;
}

A.categoryNavigationBoxSelected:hover {
  text-decoration: underline;
}

A.categoryNavigationBoxParent
{
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  font-weight : bold;
}

A.categoryNavigationBoxParent:hover {
  text-decoration: underline;
}

A.categoryNavigationBoxParentSelected
{
  font-family: Trebuchet MS, Arial, sans-serif;
  color: #803C3F; 
  font-size: 15px;
  font-weight : bold;
}

A.categoryNavigationBoxParentSelected:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

P.hottestSelling { 
  color: #000000; 
  font-size: 15px;
}

A.hottestSelling { 
  color: #432906; 
  font-size: 15px;
}

A.hottestSelling:hover {
  color: #824654;
}

TD.descHeading {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 16px;
  color: #432906;
  font-weight : bold;
  text-decoration: underline;
}

.headerMainNavigation {
  color: #FFFFFF; 
  font-size: 13px;
  font-weight : bold;
}

A.headerMainNavigation { 
  color: #FFFFFF; 
  font-size: 13px;
  font-weight : bold;
}

A.headerMainNavigation:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

A.headerItemNavigation { 
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  color: #432906;
  font-weight: bold;
  line-height: 16px;
  text-decoration: underline;
}

A.headeritemNavigation:hover {
  color: #824654;
  /*background: #B05156;*/
}

A.bannerNavigation { 
  color: #FFFFFF; 
  font-size: 14px;
  font-weight : bold;
}

A.bannerNavigation:hover {
  color: #FFFFFF;
  text-decoration: underline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #432906;
}

TD.footer {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  background: #432906;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #432906;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;  
}

.infoBox2 
{
  border-left: 1px solid #432906;
  border-right: 1px solid #432906;
  border-bottom: 1px solid #432906;
}

.infoBoxContents {
  /*background: #C4A580;
  line-height: 16px;*/
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FEF2F1;
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
}

TD.infoBoxHeading {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

A.infoBoxHeading {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

A.infoBoxHeading:hover {
  color: #FFFFFF;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #EDF1F3;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TD.shoppingCartHeader 
{
  background: #C4A580;
  border: 1px;
  border-style: solid;
  border-color: #40301E;
}

/*TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #432906;
}*/

.productListing-heading {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  background: #432906;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF; 
}

TD.productListing-data {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  /*border: 1px;
  border-style: solid;
  border-color: #FFFFFF;*/
}

/*TD.productListing {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
}*/

TD.productListing-data-wholesale {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #FF0000;
}

A.pageResults {
  color: #432906;
}

A.pageResults:hover {
  color: #824654;
  /*background: #FFFF33;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #332B24;
  vertical-align: top;
}

TD.daysLeft {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #432906;
  vertical-align: middle;
  text-align: center;
  background: #f4f7fd;
  border: 2px solid #432906;
  width: 40px;
  height: 40px;
}

TD.daysLeftContent {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

TD.daysLeftContent2 {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  color: #000000;
}

TD.leftColumn {
  background: #FFFFFF;
}

TD.middleColumn {
  background:		#FFFFFF;
  padding-top:		0px;
  padding-bottom:	5px;
  padding-left:		5px;
  padding-right:	5px;  
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  line-height:		1.5;
  font-weight:		bold;
  color:		#000000;
}

A.middleColumn {
  color: #000000;
  text-decoration: none;
}

A:hover.middleColumn {
  color: #000000;
  /*border-bottom: dotted 1px;*/
}

TD.rightColumn {
  background: #FFFFFF;
}

TD.main, P.main {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  /*line-height: 1.5;
  text-align: justify;*/	  
  vertical-align: top;
}

TD.shipping {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;	  
  vertical-align: top;
}

HR.main 
{
	width: 95%;
	color: #824654;
	height: 1px;
}

HR.magenta 
{
	width: 95%;
	color: #824654;
	height: 3px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
}

A.smallPinkText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  color: #B05156;
  text-decoration: bold;
  /*text-decoration: underline;*/
}

A.smallPinkText:hover {
  text-decoration: underline;
  color: #2D4559;
}

.smallPinkText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  color: #824654;
  text-decoration: underline;
}

.brownText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  text-decoration: underline;
  /*color: #4D2F1D;
  font-weight: bold;*/
}

A.smallText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #0000FF;
  text-decoration: underline;
}

A.smallText:hover {
  color: #824654;
  text-decoration: underline;
}

TD.mediumText, SPAN.mediumText, P.mediumText, A.mediumText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
}

A.mediumText {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 15px;
  color: #0000FF;
  text-decoration: underline;
}

A.mediumText:hover {
  color: #824654;
  text-decoration: underline;
}

TD.accountCategory {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
}

TD.tableHeading {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  /*border: 1px #332B24 solid;	*/
}

TEXTAREA {
  width: 100%;
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
}

SPAN.greetUser {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productPrice 
{
  line-height: 20px;
}

SPAN.productSpecialPrice 
{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: #ff0000;
}

.productBlurb {
  color: #0000FF;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

SPAN.errorText {
  font-size: 18px;
  font-family: Trebuchet MS, Arial, sans-serif;
  color: #ff0000;
}

.errorOption {
  color: #ff0000;
}

.tinyGrayText {
  font-size: 12px;
  color: #808080;
  font-weight: bold;
}

/*img.button 
{
  cursor: hand;
}*/

.moduleRow { background-color: #FFFFFF; border: 1px solid #432906;}
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Arial, sans-serif; font-size: 13px; color: #000000; }

/* message box */

.messageBox { font-family: Trebuchet MS, Arial, sans-serif; font-size: 15px; }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS, Arial, sans-serif; font-size: 15px; color: #FFFFFF; background-color: #B05156; }
.messageStackSuccess { font-family: Trebuchet MS, Arial, sans-serif; font-size: 15px; color: #FFFFFF; background-color: #6EB903; }

/* input requirement */

.inputRequirement { font-family: Trebuchet MS, Arial, sans-serif; font-size: 15px; color: #ff0000; }

#photos {
  height: 220px;
  width: 800px;
  overflow: auto;
 }
 
#photos div {
  width: 2400px;
  padding: 0px;
 }

.photo{
  float:left;
  display:inline;
  margin-right: 7px;
 }
 
 TD.bannerHeader 
 {
	background: #B05156;
	height: 25px;
	text-align: center;
 }
 
 #banners {
  margin: 0 0 0 0px;
  position: relative;
  width: 730px;
  height: 162px;
}

#banners img {
  position: absolute;
  top: 0px;
  left: 0px;
}

IMG.banner
{
}
 