/*cope with inheritance bugs*/
body, table, th, td{
color:#333333;
font-size: x-small;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-image:url(background1.gif);
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

/*a:link{
color:#ff0000;
font-size:x-small;
text-decoration:none;
}

a:visited{
color:#999999;
font-size:x-small;
text-decoration:none;
}

a:hover{
color:#000000;
font-size:x-small;
text-decoration:underline;
}

a:active{
color:#ff0000;
font-size:x-small;
text-decoration:none;
}*/
a:link,a:active,a:visited { text-decoration: none; font-size : 11px;	color : #999999;  }
a:hover		{text-decoration: none; color : #660099; font-weight: bold;}
li{
color:#333333;
list-style-type:square;
}

ol{
color:#333333;
}

ul{
color:#333333;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

SELECT {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#fff0f0;}
.actCHECKOUTBG {background-color:#f8f8f8;}

.actlarger{
font-size: larger;
color:#333333;
}

.actsmaller{
font-size: smaller;
color:#333333;
}
.productname{font-size:medium;color:#CCCCCC}
.actxxsmall{font-size:xx-small;color:#333333;}
.actxxsmallTax{font-size:xx-small;color:#999999;}
.actxsmall{font-size:x-small;color:#333333;}
.actxsmallPrice{font-size:x-small;color:#999999;}
.actsmall{font-size:small;color:#333333;}
.actregular{font-size:medium;color:#333333;}
.actlarge{font-size:large;color:#333333;}
.actxlarge{font-size:x-large;color:#333333;}
.actxxlarge{font-size:xx-large;color:#333333;}

.actwarningcolor{color:#ff3300;}
.actrequiredcolor{color:#ff3300;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#ff3300;}
.actwarning{font-size:x-large;color:#ff3300;}
.actwelcome{font-size:medium;color:#333333;}

.actlogotext {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#ff0000;}
.border {
	border: 1px solid #999999;
	margin: 3px;
	background-color: #F7F7FF;
}
table.breadcrumb {
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	letter-spacing: 0.2em;
	padding-right: 8px;
	border-top-style: solid;
	text-transform: none;
	padding-left: 8px;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 10px;
}