/*   Bromsgrove Fresh Flowers Print Style Sheet  */

body {
  margin: 0px; /*was 0 */
  padding: 0px;
  color: #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}

#top {
  margin: 0px;
  padding: 0px; /* 10px  */
  background: #FFFFFF;
   color: #000000;
  height: 135px;  /* was 130 */
  text-align: center;
}

/* This is the center column */
#center {
  margin-left: 0px;
  margin-right: 200px; /*was 210*/
  background: #FFFFFF;
  color: #000000;
  padding-right: 5px; /* was 5px */
  
}

/* This is the right hand navigation */
#right {
  position: absolute;
  right: 0px;
  top: 135px;
  width: 185px; /* was 165 */
  background: #FFFFFF;
  color: #000000;
  padding: 5px;
    text-align: center;
/*   vertically-align: middle; */
  
}

/* This is the footer part*/
#footer {
  background: #FFFFFF;
  margin: 0px;
  text-align: center;
  color: #000000;
  visibility: hidden;
  padding: 3px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}





/* Navigation */



ul#mainnav {
	display: none;
	}
		
ul#mainnav li {
   display: none;

	}

ul#mainnav li a {
	display: none;
	}

ul#mainnav li a:hover {
	display: none;

	}
	
	/* Navigation */

ul.mainnav {
	display: none;

	}
		
ul.mainnav li {
	display: block;
	border-top: 1px solid #FFFF00;
	}

ul.mainnav li a {
	display: none;

	}

ul.mainnav li a:hover {
display: none;

	}
	

	
ul#mainnav ul.subnav {
	display: none;

	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.25em; /* was 1.5 */
	}

ul#mainnav ul.subnav li a {
display: none;

	}

ul#mainnav ul.subnav li a:hover {
display: none;

	}

p, ul, ol, li {
  font : .9em / .9em Verdana,Arial,geneva,helvetica; /*was 1em / .9em */
  /* margin: 20px; */
}



 /*links in the right hand column White text which changes black*/

a.linkclass,
a.linkclass:visited {text-decoration:none; color:#FFFFFF; font-weight:bold; }
a.linkclass:active {text-decoration:none; color:#FFFFFF; font-weight:bold; }
a.linkclass:hover {text-decoration:underline; color:#000000; font-weight:bold; }

a,a:visited,a:active {text-decoration: none;}
{text-decoration:underline;}

/* center panel Green text which changes black */

a.linkclass1,
a.linkclass1:visited {text-decoration:none; font : .9em / .9emVerdana,Arial,geneva,helvetica; color:#009900;font-weight: bold; } /*was font-weight: bold; */
a.linkclass1:active {text-decoration:none; font : .9em / .9em Verdana,Arial,geneva,helvetica;color:#009900; font-weight: bold;}
a.linkclass1:hover {text-decoration:underline; font : .9em / .9em Verdana,Arial,geneva,helvetica;color:#000000; font-weight: bold;}

a,a:visited,a:active {text-decoration: none;}
{text-decoration:underline;}


/* White reversed out of blue*/
.wrevb {
	background: #009900;
	color: #FFFFFF;
	font-family: Verdana;
	font-size:	 15px;
	font-weight: bold;
	padding:4px
	
}



/* White reversed out of FAQ Questions*/
.wrevbhq {
	background: #009900;
	color: #FFFFFF;
	font-family: Verdana;
	font-size:	 14px;
	font-style: italic;
	font-weight: bold;
	padding:2px
	margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 570px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
	
}

/*  #99CCFF;*/

/* White reversed out of FAQ Answers* original settings */

.wrevbha
 {
	background: #CCFFFF;
	/*color: #FFFFFF;*/
	font-family: Verdana;
	font-size:	 14px;
	font-weight: bold;
	padding:2px
	margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 570px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
	
}






/* White reversed out of 1blue*/
.wrevb1 {
	background: #0033FF;
	color: #FFFFFF;
	font-family: Verdana;
	font-size:	 15px;
	font-weight: bold;
	padding:4px
	
}


h1 {
  font : bold 18pt Verdana, Arial, Helvetica, geneva;
}


h2 {
  font : bold 16pt Verdana, Arial, Helvetica, geneva;
}


h3 {
  font : bold 15pt Verdana, Helvetica, geneva;
}

h4  {background: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size:	 14pt;
	font-weight: bold;
	padding:2px

}
h5 {
  background: #FFFFFF;
  font : 14pt Verdana, Helvetica, geneva;
  color: #000000;
	padding: 4px;
	width: 98.5%;
  
  
}

h6 {
background: #FFFFFF;
  font : 13pt Verdana, Helvetica, geneva;
  color: #000000;
	padding: 4px;
	width: 50%;
}

/* h6 {
  font : bold 9pt Arial, Helvetica, geneva;
} */

/*

h1, h2, h3, h4, h5,  {
	font-family: Georgia, MS Serif, New York,Times-New Roman serif;
}
*/


/*
p ul { 
square: #ff0000;
}

*/

/*and here the I prevent the incredible shrinking text*/
p, ol, ul, dl {
	font-size: 1em;        /* was 0.8  */ 
}
/*font-family is already defined, here I only set the font-size*/


/* red bullets */

ul#red {
list-style-image: url(images/blob4.gif);

}


/* star */

ul#star2 {
list-style-image: url(images/star2.gif);
}


/* star */

ul.star2 {
list-style-image: url(images/star2.gif);
}


ul#blue {
list-style-image: url(images/blob18.gif);
list-style-position: inside;

}

#box1 {
	position: absolute;
   font : 12pt Verdana, Helvetica, geneva;
   color: #FFFFFF;
	top: 180px;
	left: 190px;
	width: 60%;
	background-color: Red;
	border: 2px solid #CD5C5C; 
}



#box2 {
	position: absolute;
   font : 12pt Verdana, Helvetica, geneva;
   color: #FFFFFF;
	top: 160px;
	right: 280px;
	width: 150px;
	background-color: Green;
	border: 2px solid #CD5C5C; 
}




/*           pricelist               */


/*
	
 #pricelist1 thead tr. plants_tips td { 
		background-color: #CCFFFF;
       color: #navy;
       font-size: 24px;
       font-family: Verdana;
       margin-left:   0px; 
	margin-right: 20px; 
	max-width: 570px;
	padding: 5px; 
	width: auto; 
       
} */

#FlowerTips {
	border:1px solid #009900;
	border-collapse: collapse;
}

#FlowerTips tbody tr.even td {

		table-layout: fixed;
	    width: 45%; /* was 180px */
		border-collapse: collapse;
		border: 0px solid; /* adds a bevel approach*/
       background-color: #000000;
       color: #FFFFFF;
       font-size: 1em;
		 Vertical-align: top;
       font-family: verdana, Arial, sans-serif;
    margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
   text-align:left;

    }
    
 #FlowerTips tbody tr.odd  td {
		table-layout: fixed;
       width: 45%;
		border-collapse: collapse;
		border: 0px solid;
       background-color: #009900;
       color: #FFFFFF;
       font-size: 1em;
       font-family: Verdana, Arial, sans-serif;
      Vertical-align: top;
       margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
       text-align:left;
    } 
    
/*
 #pricelist thead {
		table-layout: fixed;
		width: 95%;
		background-color: #FF0000;
       color: #navy;
       font-size: 16px;
       font-family: Verdana;
       
       
       margin-left:   0px; 
	margin-right: 20px; 
	
	padding: 5px; 

       text-align:left;
} 

*/

#FAQs {
	border:1px solid #009900;
	border-collapse: collapse;
}

#FAQs tbody tr.even td {

		table-layout: fixed;
	    width: 95%; /* was 180px */
		border-collapse: collapse;
		border: 0px solid; /* adds a bevel approach*/
       background-color: #33CC00;
       color: #FFFFFF;
       font-size: 1em;
		 Vertical-align: top;
       font-family: verdana, Arial, sans-serif;
    margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
   text-align:left;

    }
    
 #FAQs tbody tr.odd  td {
		table-layout: fixed;
       width: 95%;
		border-collapse: collapse;
		border: 0px solid;
       background-color: #009900;
       color: #FFFFFF;
       font-size: 1em;
       font-family: Verdana, Arial, sans-serif;
      Vertical-align: top;
       margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
       text-align:left;
    } 
	 
	 
	
#Products {
	border:1px solid #009900;
	border-collapse: collapse;
}

    
 #Products tbody tr.odd  td {
		table-layout: auto;
       width: 91px;
		border-collapse: collapse;
		border: 0px solid;
       background-color: #FFFFFF;
       color: #000000;
       font-size: 1em;
       font-family: Verdana, Arial, sans-serif;
      Vertical-align: top;
       margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 0px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 1px; /*space to separate navigation and content*/
       text-align:center;
    }  
	 
	
#Products tbody tr.even td {

		table-layout: auto;
	    width: 91px; /* was 25% */
		border-collapse: collapse;
		border: 0px solid; /* adds a bevel approach*/
       background-color: #FFFFFF;
       color: #009900;
       font-size: 1em;
		 Vertical-align: top;
       font-family: verdana, Arial, sans-serif;
    margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 0px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
   text-align:center;

    } 
	 
	hr.br  {
	border: none;
	color: #FFFF00;
	height: 2px;
	width: 80%;
	text-align: center;
} 



.pricelist1 tbody tr.even td {

		table-layout: fixed;
	    width: 180px; /* was 175 */
		border-collapse: collapse;
		border: 0px solid; /* adds a bevel approach*/
       background-color: #009900;
       color: #FFFFFF;
       font-size: 20px;
       font-family: verdana;
    margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 1px; /*space to separate navigation and content*/
       text-align:center;
    }
    
 .pricelist1 tbody tr.odd  td {
		table-layout: fixed;
       width: 180px;
		border-collapse: collapse;
		border: 0px solid;
       background-color: #009900;
       color: #000000;
       font-size: 16px, bold;
       font-family: Verdana, Arial, sans-serif;
  
       margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 0px; /* was 5px space to separate navigation and content*/
       text-align:center;
    } 
    

 .pricelist1 thead {
		table-layout: fixed;
		width: 180px;
		border-collapse: collapse;
		background-color: #009900;
       color: #FF0000;
       font-size: 14px;
       font-family: Verdana, Arial, sans-serif
       margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	/* max-width: 570px; readbility even on big screens*/
	padding: 1px; /*space to separate navigation and content*/
       text-align:center;
} 








