/******************************************************************************
 *
 * Site:	BurstaBaskets.com
 * File:	Master/Default Stylesheet
 *
 */

/******************************************************************************
 * DEFAULT TAG SPECS
 ******************************************************************************
*/

BODY
{
  background-color:	#336633;
  margin-top:	 	4px;
  margin-left:	 	6px;
  font-family:	 	verdana, helvetica, arial, sans-serif;
  font-size:		6pt;
  line-height:		8pt;
}
H1, H2, H3, H4, H5, H6, P, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, DL, FORM
{
  display: 		block;
}
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN
{
  display: 		inline;
}
H4, P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  font-family:	 	verdana, helvetica, arial, sans-serif;
}
P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  font-size:		9pt;
  line-height:		12pt;
  margin-top:		6px;
  color:		#333333;
}
P, UL, OL
{
  margin-bottom:	20px;	
}
LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  margin-bottom:	6px;	
}
H1, H2, H3, H4, H5, H6
{
  font-family:	 	arial, sans-serif;
  color:		#669966;
  margin-bottom:	3px;
  text-align:		left;
  font-weight: 		bold;  
}
H1
{
  font-size:		14pt;
  line-height:		16pt;
  margin-top:		1pt;
}
H2
{
  font-size:		12pt;
  line-height:		14pt;
  margin-top:		8pt;
}
H3
{
  font-size:		10pt;
  line-height:		12pt;
  margin-top:		1pt;
  text-align:           center;
}
H4
{
  font-size:		8pt;
  line-height:		12pt;
  margin-top:		3pt;
}
B, STRONG
{
  font-weight:		bolder;
}
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE
{
  font-style:		italic;
}
PRE, TT, CODE, KBD, SAMP
{
  font-family:		monospace;
}
PRE
{
  white-space:		pre;
}
ADDRESS
{
  margin-left:		3em;
}
BLOCKQUOTE
{
  margin-left:		3em;
  margin-right:		3em;
}
UL
{
  list-style:		disc;
}
OL
{
  list-style:		decimal;
}
MENU
{
  margin:		0;
}
DT
{
  margin-bottom:	0;
}
DD
{
  margin-top:		0;
  margin-left:		3em;
}
HR
{
  border-bottom:	solid;
  color:                #666666;
}
B
{
  font-weight:		bold;
}

/******************************************************************************
 * DEFAULT CLASS SPECS
 ******************************************************************************
*/

.testimonial
{
   margin-bottom: 6px;
}

.note, .boxtext, .cutline, .price
{
   font-size:	  8pt;
   line-height:   10pt;
   margin-bottom: 1px;
   margin-Top:	  2px;   
}
.note
{
   color:      	  #FFFFFF;  
}
.cutline
{
   font-style: 	  italic;  
}
.price
{
   font-weight:   bold;  
}

.lead
{
   margin-bottom: 1px;
}

.vLBorder
{
  background-image: 	url(/img/BorderLeft.gif);
}
.vRBorder
{
  background-image: 	url(/img/BorderRight.gif);
}

.PopvLBorder
{
  background-image: 	url(/img/PopLeft.gif);
}
.PopvRBorder
{
  background-image: 	url(/img/PopRight.gif);
}





/******************************************************************************
 * FORM STUFF
 ******************************************************************************
*/

input, select
{
   border: 1px solid #666666;
   background-color: #FFFFFF;
   color:	     #666666;
}

textarea
{
   background-color: #FFFFFF;
   color:	     #666666;
}
.subImage
{
   border: 0px;
   margin-bottom: -5px;
}
.submit
{
   background-color:    #CCCCCC;
   color:	        #666666;
   font-size:		8pt;
   font-weight:		bold;
}

/******************************************************************************
 * LINK COLORS
 ******************************************************************************
*/

A:link
{
  color:            #AA3333;
}
A:visited
{
  color:	    #AA3333;
}
A:link:hover
{
  color:            #AA3333;
}

/******************************************************************************
 * END
 ******************************************************************************
*/



