﻿<style type="text/css">

p            { font-family: arial; font-size: 10pt }
table        { font-family: arial; font-size: 10pt }
h1           { font-family: arial; color: #e57a11; font-size: 9pt; font-weight: bold }
h2           { font-family: arial; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: arial}
td           { font-family: arial; font-size: 9pt }
tbody        { font-family: arial; font-size: 10pt }
body        { font-family: arial; font-size: 10pt }

.smallFont {font-family: arial; color: #aeaeae; font-size: 9pt }
.smallFont2 {font-family: arial; color: #28395B; font-size: 9pt }
.largeFont {font-family: arial; font-size: 8pt }


#hometrucks {
background: url('images/hometruckflashbg.jpg') no-repeat;
height: 195px;
padding: 25px 0px 0px 30px;
}


#welcome {
background: #28395a url('images/welcomeboxbg.gif') repeat-x;
color: white;
padding: 9px;
font-size: 14px;
font-weight: bold
}

#welcome div {
padding: 0px 9px 0px 9px;
}


#welcome a {
	color:#ffffff;
}

#welcome a:hover {
	color: #D6891F;
}

a:link     	 { font-family: arial; text-decoration: none; color: #e57a11; font-size: 10pt }
a:visited  	 { font-family: arial; text-decoration: none; color: #e57a11; font-size: 10pt }
a:hover    	 { font-family: arial; text-decoration: underline; color: #e57a11; font-size: 10pt }

a.footer:link {  font-family: arial; text-decoration: none; color: #aeaeae; font-size: 9pt;}
a.footer:visited  { font-family: arial; text-decoration: none; color: #aeaeae; font-size: 9pt;}
a.footer:hover { font-family: arial; text-decoration: underline; color: #aeaeae; font-size: 9pt;}

a.nav:link {  font-family: arial; text-decoration: none; color: #28395b; font-size: 10pt; font-weight: bold}
a.nav:visited  { font-family: arial; text-decoration: none; color: #28395b; font-size: 10pt; font-weight: bold }
a.nav:hover { font-family: arial; text-decoration: underline; color: #28395b; font-size: 10pt; font-weight: bold}

span.gcProductNameText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
span.gcPurchasedForText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcPurchasedFromText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcNumber { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcOriginalAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcBalance { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
</style>


/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }

