/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	
}
body, html {
    height: 100%;
    margin: 0px;
	padding: 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}

a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}

body a {
	color: #348AA5;
	text-decoration: none;
	}
	
body a:hover {
	color: #000000;
	}
	
#left {
    float:left;
	background-image:url(images/bg_left.jpg);
	height:1500px;
	width:150px;
}

#right {
    float:right;
}
#flash_home {
width: 550px;
height: 530px;
margin: 0 auto;
font-size: 13px;
}
#flash_home a img {
	border:none;
}
#cont_header {
	padding-bottom:0px;
	width: 727px;
	height:190px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
	padding-top:5px;
	position:relative;
 }
 
 #flowers_bottom {
    position:absolute;
	right:0;
	bottom:0;
	display:none;
}

.clearit {
clear: both;
display: block;
}
#wrapper {
	width:99%;
	background-image:url(images/bg_left.jpg);
	background-repeat:repeat-y;
	margin:0; padding:0;
	float:left;
}
#site {
	width:99.9%;
	background-image:url(images/bg_tile2.jpg);
	margin:0; padding:0;
	float:left;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:5px;
	position:relative;
	padding-left:10%;
}

#header {
	text-align: center;
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#global_nav {
	margin-bottom:0px;
}
#global_nav tr.bread_new {
	height:25px;
	background-image:url(images/home_icon.png); background-repeat:no-repeat; background-position:5px 0px;
}
#global_nav tr.bread_new a {
	color:#666666;
	display:block;
	background:none;
	font-size:11px;
	display:inline;
	vertical-align:middle;
}
#global_nav tr.bread_new a:hover {
	color:#BFD5A4;
	background:none;
}
#header a {
	padding: 4px;
	color:#333;
	background-color:#DDD;
	font-size: 12px;
	display:inline;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header a: {
	color: #000000;
	text-decoration: none;
}

FORM {
	display: inline;
}

TABLE.headerNavigation {
	background-color:#DDD;
	}
	


TR.header {
}

TR.headerNavigation {
	background-color:DDD;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight : bold;
	background-color:EEEEEE;
}

A.headerNavigation { 
  color: #999999; 
}

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

TR.headerError {
  background-color: #ff0000;
}

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

TR.headerInfo {
  background-color: #00ff00;
}

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

TR.footer {
	background-color: #CCCCCC;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	color: #999999;
	font-weight: bold;
}
#header .infobox {
	background-color:#DDD;
}
.infoBox {
	background-color: #EEE;
}
#header td.boxText a {
	display:inline;
	margin-right:6px;
	
}
#header td.boxText a {
	padding: 4px;
	color: #666666;
	text-decoration: none;
	background-color:#FFFFFF;
	font-size: 12px;
	display:inline;
	font-weight:normal;
}

#header td.boxText a:hover {
	color: #000000;
	text-decoration: none;
	background-color:#BFD5A4;
}
#header td.boxText {
		height:22px;
		padding-left:7px;
		padding-top:2px;
}
#header td.infoBoxContents {
	background-image:none;
	display:none;
}
#header td.infoBoxHeading {
	display:none;
}
#header .infoBoxContents {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background:none;
}
.infoBoxContents {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.infoBoxContents a {
	display:inline;
}
.infoBoxNotice {
  background-color: #FF8E90;
}

.infoBoxNoticeContents {
  background-color: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE;
	color: #999999;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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-color: #f8f8f9;
}

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-color: #f8f8f9;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #EEEEEE;
  color: #999999;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #348AA5; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }



#coming_soon { 
    position:absolute;
	top:490px;
	left:3px;
}

/* the above coming soon div is from the old website before bec*/

