p            { font-family: arial; font-size: 10pt; color: #000000 }
table        { font-family: arial; font-size: 10pt; color: #000000 }
h1           { font-family: arial; font-size: 10pt; font-weight: bold; color: #000000 }
h2           { font-family: arial; font-size: 10pt; font-style: italic; font-weight: bold; color: #000000 }
textarea     { font-family: arial; color: #000000}
td           { font-family: arial; font-size: 10pt; color: #000000 }
tbody        { font-family: arial; font-size: 10pt; color: #000000 }
body        { font-family: arial; font-size: 10pt; color: #000000 }

.smallFont {font-family: arial; font-size: 8pt; color: #000000 }
.largeFont {font-family: arial; font-size: 8pt; color: #000000 }


a:link     	 { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
a:visited  	 { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
a:hover    	 { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }

a.menu2:link {  font-family: arial; text-decoration: underline; color: #000000; font-size: 8pt;}
a.menu2:visited  { font-family: arial; text-decoration: underline; color: #000000; font-size: 8pt; }
a.menu2:hover { font-family: arial; text-decoration: underline; color: #000000; font-size: 8pt;}

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 }

.prodImagethumb { border: 1px solid #000000;  } 
.prodImageLarge { border: 1px solid #000000;  } 



/* ----- NAVIGATION BAR ---------- */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 177px; /* Width of Menu Items */
background: #;
font: 8pt Arial;
}
	
.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 #000000;
background: #ffffff;
color: white;
}

.suckerdiv ul li ul a {
color: #000000;
font: bold 8pt Arial;
}

.suckerdiv ul li ul a:hover {
color: #000000;
text-decoration: underline;
font: bold 8pt Arial;
}

.suckerdiv ul li ul a:visited {
color: #000000;
font: bold 8pt Arial;
}



/* 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: bold 10pt Arial !important;

}

.suckerdiv ul li a:visited{
text-decoration: none;
font: 8pt Arial;
}

.suckerdiv ul li a:hover{
text-decoration: underline;
color: #000000;
font: 8pt Arial;
}

.suckerdiv .subfolderstyle{
}

#leftnav {
width:125px;
margin-left:10px;
padding:0px 0px 0px 0px;
float:left;
}

#leftnav a, p {
	font: 11pt Arial;
	color:black;
	line-height:2;
	text-decoration:none;
}

#leftnav a:hover {
	text-decoration:none;
	color: #000000;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */