/* monospace */
PRE, CODE, KBD, SAMP, TT	{ font-family:	monospace; }

/* Base Font Style */
ADDRESS, B, BLOCKQUOTE, CODE, DD, DEL, 	
 DL, DT, EM, FORM, IFRAME, IMG, KBD,
 H1, H2, H3, H4, H5, H6, input, testarea, file, select,
OBJECT, OL, P, TD, Q, SAMP, SPAN, SUB, SUP, TH,
APPLET, BIG, CENTER, DIR, MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, INS, LABEL, FIELDSET, LEGEND	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
	border-color:	#336699;
	border-style:	none;

}

STRONG {
	font-weight: bold;
}

body {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

input, select {
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

input.btn, button {
	background-color: #336699;
	color: #ffffff;
	border-style: outset;
	cursor: pointer;
}

fieldset {
	border-style: solid;
	
}

legend {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}



TH	{ 
	font-weight: bold;
	text-align: center;
 }

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
}


	
SMALL	{	
	font-size: 8px;
	}
	
	
A	{	
	
	}
	
	
INS	{	
	text-decoration:	none;
	background:	yellow;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style: italic;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
HR	{	
	color:	#336699;
	}	
		
	
A:link	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#336699;
	background:	transparent;
	}	
		
A:visited	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#336699;
	background:	transparent;
	}	
		
A:active	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#336699;
	background:	transparent;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#663300;
	background:	transparent;
	}
		
/* custom */

.bluetext {
	font-size: xx-large; 
	font-family: arial black,avant garde; 
	color: #336699;
}

.even {
	background-color: #EEEEEE;
}
.odd {
	background-color: #FFFFFF;
}

.normal {
	background-color: #FFFFFF;
}

.highlight {
	background-color: #ffFFcc;
}

.nav_area {
	background-color: #EEEEEE;
}

.image_area {
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-spacing: 10px;
}

.title_area {
	background-color: #336699;
	color: #FFFFFF;
	
}

.logo {
	position: absolute;
	top: 90%;
	left: 90%;
}

.menu {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	background-color: #336699;
	width: 200px;
}

.menudot {
	font-weight: bold;
	color: #ffff99;
	font-size: 14px;
	text-align: right;
}

/* spinner */
div.spinner {
        position: absolute;
        top: 15px;
        left: 20%;
        width: 20%;
        z-index: 100;
        background-color: #ffff66;
        vertical-align: center;
}
.cart_qty {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-color: #336699;
	vertical-align: middle;
}

.cart_product_without_price {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #336699;
	vertical-align: top;
}

.cart_product_with_price {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #336699;
	vertical-align: top;
}

.cart_price {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-color: #336699;
	vertical-align: top;
}

.invoice_cell {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #336699;
	vertical-align: top;
}

