/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: 			Verdana, Arial, sans-serif;
	font-size: 				0.7em;
	line-height: 			1.4em;	
	color: 					#000;
	margin: 				0px;
	padding:		 		0px;
	background-color:		#FFF;
	background-image:		url(../images/generic/background.jpg);
	background-repeat:		repeat-x
}

p {
	font-family: 			Verdana, Arial, sans-serif;
	font-size: 				100%;
	color: 					#000;
	line-height: 			1.4em;	
	margin: 				0px 0px 10px 0px;
	padding: 				0px;
}

h1 {
	font-size: 				150%;
	line-height: 			1.4em;	
	font-weight:			normal;
	color: 					#7B0000;
	margin: 				0px 0px 10px 0px;
	padding: 				0px;
}

h2 {
	font-size: 				150%;
	line-height: 			1.4em;	
	font-weight:			normal;
	color: 					#7B0000;
	margin: 				0px 0px 10px 0px;
	padding: 				0px;
}

h3 {
	font-size: 				17px;
	line-height: 			1.0em;	
	font-weight:			normal;
	color: 					#600;
	margin: 				0px 0px 10px 0px;
	padding: 				0px;
}

.homeImgSpace {
	margin-bottom:			5px;
	border:					0px;
}

.basket_height {
	height:					20px
}

.basket_right {
	text-align:				right;
	height:					20px
}

.dotted {
	height:					1px;
	background-image:		url(../images/generic/g_dotted.gif);
	background-repeat:		repeat-x;
}	

.footerRule {
	height:					1px;
	background-color:		#999;
}	

.contentRule {
	height:					1px;
	background-color:		#7B0000;
}	

#homeMainContent table {
	margin-top:				14px;
}

#homeMainContent td.spacing {
	padding:				10px;
}

#mainContent td.spacing {
	padding:				10px;
}

#nav p {
	color: 					#666;
	padding-left:			3px;
}

.eventFloat {
	float:					left;
	padding-right:			10px;
}

#contentArea.home {
	background-image:		none;
	padding-right:			0px;
	width:					771px; 
}

.footerTableHeight {
	height:					20px;
	padding-left:			10px;
}

input, select {
	font-family: 			Verdana, Arial, sans-serif;
	font-size: 				100%;
	text-indent:			2px;
	color: 					#7B0000;
}

form {
	margin: 				0px;
	padding: 				9px 0px 0px 0px;
}

.background1 {
	background: 			url(../images/events/g_girlintree.gif) top right no-repeat;
}

.background2 {
	background: 			url(../images/order/g_flower.jpg) top right no-repeat;
}

.background3 {
	background: 			url(../images/location/g_blossom.jpg) top right no-repeat;
}

.tableSpace {
	margin-top:				10px;
}

.imgBottom {
	line-height: 			1px;
	font-size: 				1px;
}

#listings td {
	padding:				10px 10px 0px 10px
}

.boxed2 {
	color: 					#FFF;
	font-size: 				120%;
}


/***********************************************/
/* NAVIGATION                           */
/***********************************************/ 


#navlist {
	padding-left: 			0;
	margin-left: 			0;
	margin-top: 			15px;
	border-bottom: 			1px solid #7B0000;
	width: 					120px;
}

#navlist li {
	list-style: 			none;
	margin: 				0;
	padding: 				6px 0px 6px 3px;
	border-top: 			1px solid #7B0000;
}

#navlist li a { 
	text-decoration: 		none; 
}

#navlist a {
	color: 					#666;
	text-decoration: 		none;
	font-size: 				100%;
}

#navlist a:hover {
	color: 					#7B0000;
	text-decoration: 		none;
}

.navlistHold {
	color: 					#7B0000;
}

#rightlist {
	padding-left: 			0;
	margin-left: 			0;
	margin-top: 			15px;
	border-bottom: 			1px solid #7B0000;
	width: 					185px;
}

#rightlist li {
	list-style: 			none;
	margin: 				0;
	padding: 				3px 0px 3px 0px;
	border-top: 			1px solid #7B0000;
}

#rightlist li.spacing {
	list-style: 			none;
	margin: 				0;
	padding: 				6px 0px 6px 3px;
	border-top: 			1px solid #7B0000;
}

#rightlist li a { 
	text-decoration: 		none; 
}

#rightlist a {
	color: 					#7B0000;
	text-decoration: 		none;
	font-size: 				100%;
}

#rightlist a:hover {
	color: 					#666;
	text-decoration: 		none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container {	
	width:					780px;
	margin-left:			auto;
	margin-right:			auto;

}

#header {
	width:					780px; 
	background-image:		url(../images/generic/g_header.jpg);
	background-repeat:		no-repeat;
}

#basket {
	width:					190px; 
	height:					135px;
	background-image:		url(../images/generic/g_basketBackground.jpg);
	background-repeat:		no-repeat;
	margin-left:			580px;
	padding:				25px 0px 0px 10px;

}

#contentArea {
	width:					766px; 
	margin-left:			auto;
	margin-right:			auto;
	background-color:		#FFFFFF;
	border-right:			1px solid #666;
	border-bottom:			1px solid #666;
	border-left:			1px solid #666;
	background-image:		url(../images/generic/g_subCurve.gif) ;
	background-repeat:		no-repeat;
	background-position:	top right;
	min-height:				550px;
	padding-right:			5px;
	padding-left:			5px;
}

#nav {
	width:					115px; 
	height:					100%;
	float:					left;
	color: 					#666;
}

#homeMainContent {
	width:					440px; 
	margin-right:			5px;
	height:					100%;
	float:					right;
}

#mainContent {
	width:					630px; 
	border-top:				1px solid #7B0000;
	margin-top:				15px;
	float:					right;
	height:					100%;
}

#rightContent {
	width:					190px; 
	background-color:		#FEE9B1;
	background-image:		url(../images/home/g_homeCurve.gif);
	background-repeat:		no-repeat;
	border-left:			1px solid #B27F7F;
	height:					100%;
	float:					right;
	padding-left:			5px;	
	padding-bottom:			30px
}	

#footer {	
	height:					50px;
	width:					auto;
	background-color:		#FFFFFF;
	border-top:				1px solid #666;
	background-image:		url(../images/generic/g_footerLogo.gif);
	background-repeat:		no-repeat;
	padding-left:			135px;
	padding-top:			10px;
	color: 					#666;
	clear:					both
}

/***********************************************/
/* Links                                */
/***********************************************/

a {
	color: 					#7B0000;
	text-decoration: 		underline;
	font-size: 				100%;
}

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

#footer a {
	color: 					#666;
	text-decoration: 		none;
	font-size: 				100%;
}

#footer a:hover {
	color: 					#7B0000;
	text-decoration: 		none;
}

#mainContent .boxed {
	color: 					#FFF;
	text-decoration: 		none;
	font-size: 				120%;
	height:					22px;
	background-color:		#990000;
	padding:				5px;
	display: 				block;
	width:					196px
}

#mainContent a.boxed {
	color: 					#FFF;
	text-decoration: 		none;
	font-size: 				120%;
	height:					22px;
	background-color:		#990000;
	padding:				5px;
	display: 				block;
	width:					196px
}

#mainContent a.boxed:hover {
	color: 					#FFF;
	text-decoration: 		underline;
}

a.level2 {
	color: 					#666;
	text-decoration: 		none;
	font-size: 				100%;
	font-weight:			normal;
}

a.level2:hover {
	color: 					#7B0000;
	text-decoration: 		none;
}

#rightContent a.boxed {
	color: 					#FFF;
	text-decoration: 		none;
	font-size: 				100%;
	/*height:					19px;*/
	background-color:		#990000;
	padding:				5px;
	display: 				block;
	width:					175px
}

#rightContent a.boxed:hover {
	color: 					#FFF;
	text-decoration: 		underline;
}

/***********************************************/
/* Authentication                              */
/***********************************************/
#login input { 
	width:200px; 
	margin-top:3px; 
	text-align:left; font-size:1.1em; 
}

#login input.btn { 
	width:100px; 
	text-align:center; 
	height:20px; 
	margin:3px 0px 3px 3px; 
	padding:0px 0px 3px 0px; 
	background-color:#7B0000; 
	border: 1px solid #7B0000; 
	color: #fff; 
}

div.row { 
	clear: both; 
	padding-top: 5px; 
}
div.row span.label { 
	float: left;
	width: 30%;
	text-align: right; 
	font-weight:normal; 
}
div.row span.formw { 
	float: right;width: 65%;
	text-align: left;
	font-weight:normal;
} 

#checkout input { width:200px; margin-top:3px; text-align:left; font-size:1.1em; }
#checkout select { width:120px; border: 2px solid #006699;margin: 0px 0px 0px 33px; }
#checkout input.btn { width:100px; text-align:center; height:20px; margin:3px 0px 3px 3px; padding:0px 0px 3px 0px; background-color:#7B0000; border: 1px solid #7B0000; color: #FFFFFF; }
#checkout checkbox { border: 1px solid #006699; }

#yourorder { padding: 0px 20px 10px 20px;}
#yourorder input { width:40px; margin-top:3px; border: 1px solid #666; text-align:left; font-size:1.1em; }
#yourorder select { width:120px; border: 2px solid #006699;margin: 0px 0px 0px 33px; }
#yourorder input.btn { width:100px; text-align:center; height:20px; margin:3px 0px 3px 3px; padding:0px 0px 3px 0px; background-color:#7B0000; border: 1px solid #7B0000; color: #FFFFFF; }
#yourorder checkbox { border: 1px solid #006699; }
						
#plantfinder input { 
	width:200px; 
	margin-top:3px; 
	text-align:left; font-size:1.1em; 
}

#plantfinder textarea { 
	width:200px; 
	margin-top:3px; 
	text-align:left; font-size:1.1em; 
}

#plantfinder input.btn { 
	width:100px; 
	text-align:center; 
	height:20px; 
	margin:3px 0px 3px 3px; 
	padding:0px 0px 3px 0px; 
	background-color:#7B0000; 
	border: 1px solid #7B0000; 
	color: #fff; 
}

#homeMainContent input.btn { 
	width:100px; 
	text-align:center; 
	height:20px; 
	margin:3px 0px 3px 0px; 
	padding:0px 0px 3px 0px; 
	background-color:#7B0000; 
	border: 1px solid #7B0000; 
	color: #fff; 
	text-decoration:none;
	
}

.errormsg { color: #FF0000; font-weight: normal; }
.success { color: #00CC00; font-weight: normal; }

#mainbasket input { width:40px;  text-align:right; font-size:1.1em; font-weight:bold; }
#mainbasket td { padding: 2px 2px 2px 2px; }
#mainbasket input.btn { width:100px; text-align:center; height:20px; margin:3px 0px 3px 3px; padding:0px 0px 3px 0px; background-color:#7b0000; border: 2px solid #7b0000; color: #FFFFFF; }

.backred { background-color: #7b0000; padding: 0px 2px; color: #fff;}

#product input { width:115px; margin-top:3px; text-align:right; font-size:1.1em; }
#product select { width:120px; margin: 0px 0px 0px 33px; }
#product input.btn { width:100px; text-align:center; height:20px; margin:3px 0px 3px 3px; padding:0px 0px 3px 0px; background-color:#7b0000; border: 2px solid #7b0000; color: #FFFFFF; }
#product span.indent { margin:0px 0px 0px 33px; color: #000; }

div.autocomplete {
  text-align:left;
  position:absolute;
  width:128px;
  background-color:#7b0000;
  /*border:1px solid #888;*/
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
background-color: #333;
color: #f5f5f5;
}
div.autocomplete ul li {
  color: #fff;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:1.1em;
  line-height:1em;
  cursor:pointer;
  border-bottom: 1px solid #7b0000;
  border-left: 1px solid #7b0000;
  border-right: 1px solid #7b0000;
}

/********************

LIGHTBOX

*********************/

#lightbox{
	background-color:#000;
	padding: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	z-index:999;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
}