/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    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-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;
	}
	
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-size: x-small;
	font-family: tahoma;
}

.btn
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bold;
	font-size: x-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: dimgray 1px solid;
	width: 75px;
	color: #ffffff;
	border-bottom: dimgray 1px solid;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 24px;
	background-color: transparent;
}

.txt_border
{
	border-right: #2989cc 1px solid;
	border-top: #2989cc 1px solid;
	font-size: x-small;
	border-left: #2989cc 1px solid;
	border-bottom: #2989cc 1px solid;
	font-family: tahoma;
	background-color: lemonchiffon;
}

.txt_small 
{
	border-right: #2989cc 1px solid;
	border-top: #2989cc 1px solid;
	font-size: 11px;
	border-left: #2989cc 1px solid;
	border-bottom: #2989cc 1px solid;
	font-family: tahoma;
}

.txt_border_2
{
	border-right: #2989cc 1px solid;
	border-top: #2989cc 1px solid;
	font-size: x-small;
	border-left: #2989cc 1px solid;
	border-bottom: #2989cc 1px solid;
	font-family: tahoma;
	background-color: whitesmoke;
}

.heading
{
	color: #2989CC;
	font-weight: bold;
}

.heading_2
{
	font-weight: bold;
	color: darkgray;
}

a.top_link:link
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.top_link:visited
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.top_link:active
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.top_link:hover
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: underline;
}

a.bottom_link:link
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

a.bottom_link:visited
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

a.bottom_link:active
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

a.bottom_link:hover
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
	text-decoration: underline;
}

a.side_link:link
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.side_link:visited
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.side_link:active
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

a.side_link:hover
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: underline;
}

a.pager:link
{
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
}

a.pager:visited
{
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
}

a.pager:active
{
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
}

a.pager:hover
{
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: underline;
	font-weight: bold;
}

.bgLnk 
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;	
}

a.bgLnk:link
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:visited
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:active
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:hover
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

.bottom_txt
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
}

.contents
{
	/*padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;*/
	border-left: black 1px solid;
}

.contents_2
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.marq
{
	font-weight: bolder;
	font-size: 14px;
	color: #000066;
	font-style: italic;
	font-family: Tahoma;
}

.imgThumbnail 
{
	width: 50px;
	height: 50px;	
}

.title 
{
	color: Blue;	
}

.price 
{
	color: Red;	
}

.discount
{
	color: #696969;
	text-decoration: line-through;
}

.sale
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	color: #ffff99;
	padding-top: 1px;
	font-family: Tahoma;
	background-color: #ff0000;
}

.img_flower
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	height: 120px;
}

.img_border
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.img_landscape 
{
	width: 120px;
	height: 80px;
		
}

.img_portrait
{
	width: 80px;
	height: 120px;
		
}

.top_title
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: tahoma;
	text-align: center;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=black, direction=135, strength=3);*/
}

.header_1
{
	font-weight: bold;
	font-size: large;
	padding-bottom: 10px;
	/*color: midnightblue;*/
	COLOR: #9acd32;
	font-family: 'Microsoft Sans Serif' , tahoma;
	text-align: center;
}

.small_info
{
	font-size: 11px;
	font-family: tahoma;
}

.imgThumbnail 
{
	width: 75px;
	height: 75px;	
}

a.black:link
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}	
		
a.black:visited	{	
	text-decoration:	none;
	color:	black;
	font-weight: bold;
	}	
		
a.black:active	{	
	text-decoration:	none;
	color:	black;
	font-weight: bold;
	}	
		
a.black:hover	{	
	text-decoration:	underline;
	color:	black;
	font-weight: bold;
	}
	
a.top:link
{
	color: #a81a00;
	text-decoration: underline;
}	
		
a.top:visited	{	
	text-decoration:	underline;
	color:	#a81a00;
	}	
		
a.top:active	{	
	text-decoration:	underline;
	color:	#a81a00;
	}	
		
a.top:hover	{	
	text-decoration:	underline;
	color:	#a81a00;
	}
	
.quest
{
	font-weight: bold;
	font-size: x-small;
	color: #a81a00;
	font-family: tahoma;
}

.bt_line
{
	border-bottom: #71b1dd 1px solid;
}

.top_line
{
	border-top: #71b1dd 1px solid;
}

.alt
{
	background-color: whitesmoke;
}

.outofstock 
{
	color: Red;
	font-weight: bold;
	height: 22px;
}

.dvStock
{
	padding-right: 5px;
	border-top: #556b2f 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: white;
	padding-top: 5px;
	border-bottom: #556b2f 1px solid;
	font-family: Tahoma;
	background-color: #75bc11;
}

/*------------------------------------*/
/*------------------------------------*/

.TopNavCell {
		margin-top: 1px;
		margin-bottom: 1px;
		margin-right: 1px;
	    color: #C1FC78;
             
		
		height: 26px;
		border-color: #476E17 #ffffff #476E17 #476E17;
		border-style: solid;
		border-width: 1px;
		}
		
	.TopNavCellRight {
	    color: #C1FC78;
		background-color: #C1FC78;
		height: 26px;
		border-color: #476E17 #ffffff #476E17 #476E17;
		border-style: solid;
		border-width: 1px;
		}
		
		
	.TopNavText {
	    font-family: Verdana,Arial,Helvetica;
	    font-size: 9pt;
	    font-weight: bold;
		text-decoration: none;
	    color: #000000;
		}
		
	.TopNavText:hover {
	    color: #ffffff;
		text-decoration: underline;
		}
