p            { font-family: georgia; font-size: 10pt; color: #ffffff}
table        { font-family: georgia; font-size: 10pt; color: #ffffff}
h1           { font-family: georgia; font-size: 10pt; font-weight: bold; color: #ffffff}
h2           { font-family: georgia; font-size: 10pt; font-style: italic; font-weight: bold; color: #ffffff}
textarea     { font-family: georgia; color: #ffffff}
td           { font-family: georgia; font-size: 10pt; color: #ffffff}
tbody        { font-family: georgia; font-size: 10pt; color: #ffffff}
body        { font-family: georgia; font-size: 10pt; color: #ffffff}

.smallFont {font-family: georgia; font-size: 8pt; color: #ffffff}
.largeFont {font-family: georgia; font-size: 8pt; color: #ffffff}


a:link     	 { font-family: georgia; text-decoration: none; color: #ffffff; font-size: 10pt }
a:visited  	 { font-family: georgia; text-decoration: none; color: #ffffff; font-size: 10pt }
a:hover    	 { font-family: georgia; text-decoration: none; color: #ffffff; font-size: 10pt }

a.menu2:link {  font-family: georgia; text-decoration: underline; color: #ffffff; font-size: 8pt;}
a.menu2:visited  { font-family: georgia; text-decoration: underline; color: #ffffff; font-size: 8pt; }
a.menu2:hover { font-family: georgia; text-decoration: underline; color: #E5958D; font-size: 8pt;}

span.gcProductNameText { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
span.gcPurchasedForText { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcPurchasedFromText { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcNumber { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcAmount { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcOriginalAmount { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcBalance { font-family: georgia; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }


/* ----- NAVIGATION BAR ---------- */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 177px; /* Width of Menu Items */
background: #;
font: 8pt 'Verdana', Arial, Tahoma, Sans-serif;
}
	
.suckerdiv ul li{
position: relative;
padding: 2px 0px 3px 0px
}

	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 177px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #fff;
background: #124166;
color: white;
}

.suckerdiv ul li ul a {
color: #fff;
}

.suckerdiv ul li ul a:hover {
color: #fff;
text-decoration: underline
}

.suckerdiv ul li ul a:visited {
color: #fff;
}



/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 4px;
background: #;
border: 0px;
border-bottom: 1px solid #fff;
font: 8pt 'Verdana', Arial, Tahoma, Sans-serif;
}

.suckerdiv ul li a:visited{
text-decoration: none;
font: 8pt 'Verdana', Arial, Tahoma, Sans-serif;
}

.suckerdiv ul li a:hover{
text-decoration: underline;
color: #000;
font: 8pt 'Verdana', Arial, Tahoma, Sans-serif;
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/* ----- 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; }
