A:link {
	font:bold 9pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A:visited {
	font:bold 9pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A:hover {
	font:bold 9pt Arial;
	text-decoration: none; 
	color: #333333;
}

A.HEADER:link {
	font:normal 10pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.HEADER:visited {
	font:normal 10pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.HEADER:hover {
	font:normal 10pt Arial;
	text-decoration: none; 
	color: #333333;
}

A.FOOTER:link {
	font:normal 8pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.FOOTER:visited {
	font:normal 8pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.FOOTER:hover {
	font:normal 8pt Arial;
	text-decoration: none; 
	color: #333333;
}

A.TRUNKS:link {
	font:normal 7pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.TRUNKS:visited {
	font:normal 7pt Arial;
	text-decoration: none; 
	color: #7A7A7A;
} 
A.TRUNKS:hover {
	font:normal 7pt Arial;
	text-decoration: none; 
	color: #333333;
}


P {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}

P.first { 
	color: #7A7A7A; 
}

P.trunks { 
	color: #7A7A7A;
	font: bold 8pt Arial;
}

P.textheader { 
	font:normal 10pt Arial;
	font-weight: bold;
	color: #7A7A7A;
}
P.formtext { 
	font:normal 9px Arial;
	color: #7A7A7A;
}

H1 {
	font:normal 16px Arial;
	font-weight: normal;
}

H2 {
	font:normal 10pt Arial;
	font-weight: normal;
}

H3 {
	font:normal 9pt Arial;
	font-weight: bold;
}

H4 {
	font:normal 8pt Arial;
	font-weight: normal;
}

table.alerts { 
	text-align: left;
	font:bold 8pt Arial;
	color: #7A7A7A;
	width: 80%;
	background-color: #ffffff;
	border: 0px;
	border-colapse: collapse;
	border-spacing: 0px;
}

.checkout {
  	font:normal 9pt Arial;
	color: #000000;
}

.checkoutinput {
	font:normal 9pt Arial;
	color: #000000;
}

.nopcart {
	width: 70%;
	background: #FFFFFF; 
	border: 0px;
	font:normal 9pt Arial;
	color: #000000;
}

.nopheader {
  	background: #CBCBCB;
	font:normal 9pt Arial;
	color: #000000;
}

.nopentry {
	background: #FFFFFF;
	font:normal 9pt Arial;
	color: #000000;
}

.noptotal {
	text-align: left;
	background: #FFFFFF;
	font:normal 9pt Arial;
	color: #000000;
}

.nopbutton {
	background: #FFFFFF;
	font:normal 9pt Arial;
	color: #000000;
} - ->

.chromestyle{
	width: 100%;
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px 3px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font:bold 9pt Arial;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font:bold 9pt Arial;
	color: #7A7A7A;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font:bold 9pt Arial;
	color: #333333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 8pt Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #7A7A7A;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

.form { 
	font:normal 9px Arial;
	color: #7A7A7A;
	width: 19px;
	height: 1.9em;
}
