/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #D5F768;
    /*BACKGROUND-COLOR: #CDF600;*/
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	}
	
table {
	font-family: Arial, Tahoma;
	font-size: 13px;
}

A.menu
{
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Tahoma;
}

A.menu:link	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	#000000;
	}
	
.img_flower
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	height: 100px;
}
	
.img_flower_small
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	height: 60px;
}

.img_thumbnail 
{
	width: 100px;
	height: 100px;
	border: solid 1px #cdcdcd;
}

.border 
{
	border: solid 1px #cdcdcd;
}

.header_1
{
	font-weight: bold;
	font-size: 18px;
	color: #7fa703;
	font-family: Arial, Tahoma;
	height: 30px;
	text-align: center;
}

.header_1 A
{
	color: #7FA703;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
}

.header_1 A:link	{	
	text-decoration:	none;
	color:	#7FA703;
	}	
		
.header_1 A:visited	{	
	text-decoration:	none;
	color:	#7FA703;
	}	
		
.header_1 A:active	{	
	text-decoration:	none;
	color:	#7FA703;
	}	
		
.header_1 A:hover	{	
	text-decoration:	none;
	color:	#000000;
	}

.header_2
{
	color: #FFFFFF;
	background-color: #7FA703;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
}

.header_2 td
{
	color: #FFFFFF;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
}

.heading 
{
	color: #516120;
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.title 
{
	color: #516120;
	font-weight: bold;
}

.price 
{
	color: #ff0000;
	font-family: Tahoma;
	font-size: 12px;
}

.discount
{
	color: #696969;
	text-decoration: line-through;
}

.sale
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 1px;
	text-transform: uppercase;
	color: #ffff99;
	padding-top: 1px;
	font-family: Tahoma;
	background-color: #ff0000;
}

.outofstock 
{
	color: #ff0000;
	font-weight: bold;
	height: 18px;
}

.newTxt
{
	font-size: 10px;
	color: #ff4500;
	font-family: tahoma;
}

.txt 
{
	font-size: 12px;
	font-family: tahoma;
	border: solid 1px #7FA703;
}

.btn
{
	font-size: 11px;
	background-image: url(images/btn_.jpg);
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 18px;
	background-color: #ff0000;
	border: solid 1px #000000;
	letter-spacing: 1px;
}

.btn_small
{
	font-size: 11px;
	background-image: url(images/btn_.jpg);
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 18px;
	background-color: #ff0000;
	border: solid 1px #000000;
}

.req 
{
	color: #ff0000;
	font-size: 12px;
}

.dgHeader 
{
	background-color: #7FA703;
	color: #ffffff;
	font-weight: bold;
}

.dgAltItem
{
	background-color: #ccff66;
}

.bt_line 
{
	border-bottom: solid 1px #7FA703;	
}

A.a1 
{
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
}

A.a1:link	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.a1:visited	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.a1:active	{	
	text-decoration:	none;
	color:	#FA5708;
	}	
		
A.a1:hover	{	
	text-decoration:	none;
	color:	#000000;
	}