body {
	margin: 0;
	padding: 0;
	color: #464646;
	font: 76%/1.4em Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #EFEFEF url(/images/members/background-y.jpg) repeat-y 50% 0;
}

* html body {
	background: #efefef;
}

* html div#shadow-background {
	width: 98%;
	height: 100%;
	background: #EFEFEF url(/images/members/background-y.jpg) repeat-y 50% 0;
}


img {
	border: 0;
}

a, a:visited {
	text-decoration: underline;
	cursor: pointer;
	color: #000;
}

a:hover, a:active {
	color: #000;
}

th, td {
	vertical-align: top;
}


/*--- containing tables ---*/

#bf_prodcontainer {
	margin: 0 auto;
	font-size: 1em;
}

#bf_prodcontainer table {
	font-size: 1em;
}

table#bf_maincontainer { /*--- the big table that surrounds it all ---*/
	text-align: left;
	margin: 0 auto;
	font-size: 1em;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	
	background: #fff;    /* non-xmas */
	/* background: #fff url(/images/members/xmas-body-bg.gif) no-repeat 0 125px; */ /* xmas */

}

/*--- END containing tables ---*/



/*---------------- Header -------------*/

td.topnav {
	padding-left: 10px;
	color: #000;
	font-size: 12px;
}

td.topnav a, td.topnav a:hover, td.topnav a:visited {
	color: #000;
}

td.topnav.white a, td.topnav.white a:hover, td.topnav.white a:visited {
	color: #fff !important;
}


table.header-basket {
	font-size:11px;
	font-weight:400;
	line-height:160%
}

h1.memberspagetitle {
	font-size: 11px;
	margin: 0;
	color: #BFBFBF;
	font-weight: normal;
	width: 420px;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
}

.titleformating{
	margin: 10px 0px 20px 10px;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.titleformating1{
	margin: 10px 0px 20px 10px;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/*---------------- END Header -------------*/




/*-------------- Footer ----------------*/

td.footer-telephone {
	text-align: right;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

td.footer-telephone.white {
	color: #fff;
}

/*-------------- END Footer ----------------*/


/*----------------------------------------------

	Left Nav 

----------------------------------------------*/

div#leftnav {
	width: 143px;
	text-align: left;
	margin: 0 0 0 5px;
	padding-top: 1px;
}

div#leftnav.homepage { /*--- rule for left nav when it appears on homepage ---*/
}




/*-----[ Side navigation ]-----*/

ul#sidenav, ul#sidenav * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}

ul#sidenav a, ul#sidenav a:visited {
	padding: 0 7px;
	text-decoration: none;
}

ul#sidenav a:hover, #sidenav a:active, ul#sidenav a:focus {
	text-decoration: underline;
}

ul#sidenav li {
	padding-top: 7px;
}

ul#sidenav li ul {
	background: #fff;
	margin-top: 7px;
}

ul#sidenav li ul li {
	margin: 0;
	padding: 2px 0;
}


ul#sidenav li ul li ul {
	margin-top: -1px;
	border: 1px solid #AFAFAF;
}

* html ul#sidenav li ul li ul {
	margin-top: 0;
}

ul#sidenav li ul li ul li a {
	width: 128px;
	display: block;
}


li.topspacing {
	margin-top: 11px !important;
	font-weight: bold;
}

li.topspacing li {
	font-weight: normal;
}

/*--- Dropdown Bits ---*/
ul ul li ul {position: absolute; left: 138px; border-left: 1px solid #555; /* Set 1px less than menu width */ top: 0; display: none;}
ul#sidenav ul li {position: relative; z-index: 10;}
ul#sidenav ul li:hover ul, li.over ul {display: block;}
/*--- END Dropdown Bits ---*/

ul#dropdown a {
	background-image: url(/images/members/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	padding-right: 10px;
	font-weight: bold;
}

ul#dropdown ul a {
	background-image: none;
	padding-right: 0px;
}

/*----------------------------------------------
		END Left Nav
----------------------------------------------*/



/*----------------------------------------------
		Front & Group Page product grid
----------------------------------------------*/


ul#product-thumbs-grid {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

ul#product-thumbs-grid li {
	float: left;
	width: 130px;
	height: 230px; /* tweak? */
	margin-right: 15px;
}

ul#product-thumbs-grid li.row-break {
	clear: right;
	margin-right: 0 !important;
}

ul#product-thumbs-grid h3 {
	font-size: 1em;
	margin: 0;
}

ul#product-thumbs-grid h3 a, table#bf_prodcontainer th {
	color: #000;
	font-size: 1em;
	/*height: 32px;*/
	height: 15px;
	/*padding-top: 5px;*/
}

ul#product-thumbs-grid span.group-price, table#bf_prodcontainer span.group-price {
	font-weight: bold;
	color: #585858;
	font-size: 0.9em;
}

ul#product-thumbs-grid p.group-short-desc, table#bf_prodcontainer p.group-short-desc {
	margin: 0;
	height: 30px;
	font-size: 0.9em;
}

ul#product-thumbs-grid a.more, table#bf_prodcontainer a.more {
	font-weight: bold !important;
	color: #000;
	text-decoration: underline !important;
	font-size: 0.9em;
}

/*--- front, bodystyle01 ---*/
#bodystyle01 ul#product-thumbs-grid li {
	font-size: 12px;
	margin: 0;
	width: 138px;
	/*height: 250px;*/
	height: 215px;
	text-align: center;
	color: #666666;
	overflow:auto;
}

#bodystyle01 ul#product-thumbs-grid li#textbox {
	float: left;
	text-align: left; 
	padding: 0 8px;
	background: #EBEBEB;
	margin: 0;
	font-size: 11px !important;
	width: 250px;
	/*height: 255px;*/
	height: 210px;
}


#bodystyle01 ul#product-thumbs-grid li#textbox p {
	font-size: 12px !important;
}

/*html > body #bodystyle01 ul#product-thumbs-grid li#textbox {
	width: 350px;
}*/

#bodystyle01 ul#product-thumbs-grid h3 a {
	margin: 5px 0;
	font-size: 13px;
	color: #000;
}

#bodystyle01 ul#product-thumbs-grid a.more {
	margin: 5px 0;
	display: block;
	color: #9900CC;
}

#bodystyle01 ul#product-thumbs-grid li.row-break {
	clear: none !important;
}
/*--- END front, bodystyle01 ---*/


/*--- front, bodystyle02 ---*/
#bodystyle02 {
	background: #EBEBEB;
}

#bodystyle02 ul#product-thumbs-grid li {
	font-size: 11px;
	margin: 0;
	width: 185px;
	height: 210px;
	text-align: center;
}

#bodystyle02 ul#product-thumbs-grid li#textbox {
	float: right;
	text-align: left; 
	padding: 0 8px 0 0;
	margin: 0;
	width: 365px;
	*width: 360px;
	height: 210px;
}

html > body #bodystyle02 ul#product-thumbs-grid li#textbox {
	width: 350px;
}

#bodystyle02 ul#product-thumbs-grid li img {
	border: 1px solid #000;
}

#bodystyle02 ul#product-thumbs-grid h3 {
	margin: 5px 0;
}

#bodystyle02 ul#product-thumbs-grid a.more {
	margin: 5px 0;
	display: block;
}

#bodystyle02 ul#product-thumbs-grid li.row-break {
	clear: none !important;
}
/*--- END front, bodystyle02 ---*/


/*--- front, bodystyle03 ---*/

#bodystyle03 ul#product-thumbs-grid {
	margin: 1px;
	float: right;
}

#bodystyle03 ul#product-thumbs-grid li {
	border: 1px solid #000;
	font-size: 10px;
	text-align: left;
	margin: 0 0;
	padding: 0 2px;
	height: 195px;
}

#bodystyle03 ul#product-thumbs-grid img {
	border-bottom: 2px solid #522F92;
}

#bodystyle03 ul#product-thumbs-grid h3 {
	font-size: 12px;
}

img.cmasAttBanner2 {
	margin-left:5px;
}

/*--- END front, bodystyle03 ---*/

/*----------------------------------------------
		END Front & Group Page product grid
----------------------------------------------*/



/*----------------------------------------------
		Breadcrumbs
----------------------------------------------*/

div#members-breadcrumbs {
	margin: 0.4em 0.8em 1.5em 0.8em;
	clear: both;
	font-size: 0.75em;
	width: 550px;
	height: 15px;
}

div#members-breadcrumbs h5 {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	color: #E0065A;
	float: left;
}

div#members-breadcrumbs ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;	
}

div#members-breadcrumbs ul li {
	display: inline;
	font-size: 0.9em;
	color: #818181;
	font-weight: bold;
	padding-left: 1em;
	background: url(/images/flowersdirect/breadcrumb-divider.gif) no-repeat 0 0.5em;
}

div#members-breadcrumbs ul li.first {
	padding-left: 0.7em;
	background: none;
}

div#members-breadcrumbs ul li a {
	color: #818181;
	text-decoration: underline;
}

div#members-breadcrumbs h2 {
	clear: both;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	margin: 15px 0 0.5em 0 !important;
}

div#members-breadcrumbs p {
	margin: 0.8em 0;
}

img#stayfresh-group-banner {
	display: block;
	clear: both;	
	margin: 8px 0 8px 8px;
}

/*----------------------------------------------
		END Breadcrumbs
----------------------------------------------*/



/*------ BF Link ----------*/
#bf {
	color: silver !important;
	padding-top: 4px;
	font-weight: normal;
	font-size: 10px;
	float: right;
	margin-bottom: 5px !important;
}

#bf a {
	color: silver; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 0.7em;
}

#bf a:hover {
	color: #9370DB;
	text-decoration: underline;
}

#bf span a, #bf span a:hover {
	color: #bdbdbd;
	font-weight: normal; 
	text-decoration: none;
}
/*------ END BF Link ----------*/



table#bf_prodcontainer {
	margin-left: 10px;
	float: left;
	clear: left;
}

table#bf_prodcontainer, table#bf_prodcontainer table {
	border-collapse: collapse;
	border: 0;
}

table#bf_prodcontainer table {
	font-size: 74%;
	height: 230px;
	width: 135px;
}

table#bf_prodcontainer th {
	text-align: left;
}


td.next-prev {
	color: #464646;
	font-size: 0.8em;
}

td.next-prev a {
	color: #464646;	
}



.faq {
font-size: 11px; 
color: #000000; 
font-weight: normal
} 
.faqheading {
font-size: 14px; 
color: #5B3E99; 
font-weight: bold
} 



.clearboth {
	clear: both;
}