/*** Header Classes ***/
.headerTable 
{ 
		border: 1px solid #4b4a4f;
  background-color: #FFFFFF;
  width: 100%;
  height: 139px; }

.headerText { font-size: 12px; FONT-FAMILY: Georgia, arial, helvetica, sans-serif; text-decoration: NONE; color: #444444; }

.welcome { font-family: arial, helvetica, sans-serif; font-size: 9px; font-weight: Normal; color: #444444; background-color :#FFFFFF; padding:2px 5px 11px 3px; padding-bottom: 14 px; white-space: nowrap; text-align: right; }

.searchbox { margin-right: 15px;  margin-left: 10px; font-size: 9px;}

.headerLogo { padding-top: 10px;}

.searchRow
{ padding-bottom: 4px; width: 500px; }

.productRow
{
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #444444;
border-left:   1px solid #444444;
border-bottom: 1px solid #444444;
padding: 0px 4px 4px 4px;
}
a.welcomeLink,
a.welcomeLink:visited,
a.welcomeLink:active,
a.welcomeLink:link, 
a.welcomeLink:hover 
{ font-weight: Normal; 
  font-size: 9px;
  font-family: sans-serif, verdana, arial;
  text-decoration: underline;
  color: #000; }


a.headerLink,
a.headerLink:link,
a.headerLink:visited
{	 font-size: 12px; FONT-FAMILY: Georgia, arial, helvetica, sans-serif; text-decoration: NONE; color: #444444; padding: 0 5px 0 5px;}
a.headerLink:active,
a.headerLink:hover 
{ font-size: 12px; FONT-FAMILY: Georgia, arial, helvetica, sans-serif; text-decoration: NONE; color: #000; padding: 0 5px 0 5px;}

a.headerLinkTiny,
a.headerLinkTiny:link,
a.headerLinkTiny:visited
{	letter-spacing: 1px; font-weight: Bold; font-size: 9px; FONT-FAMILY: arial; text-decoration: NONE; color: #a6a6a6; padding: 0 5px 0 5px;}
a.headerLinkTiny:active,
a.headerLinkTiny:hover 
{font-weight: Bold; font-size: 9px; FONT-FAMILY: sans-serif, verdana, arial; text-decoration: NONE; color: #000; padding: 0 5px 0 5px;}


a.footerlink {font-weight: Normal; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: NONE; color: #a6a6a6;}
a.footerlink:active {font-weight: Normal; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: NONE; color: #000;}
a.footerlink:link {font-weight: Normal; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: NONE; color: #a6a6a6;}
a.footerlink:visited {font-weight: Normal; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: NONE; color: #a6a6a6;}

.headerBottomRow,
a.headerBottomRow,
a.headerBottomRow:visited,
a.headerBottomRow:active,
a.headerBottomRow:link, 
a.headerBottomRow:hover 
{ font-family: Ariel, sans-serif;
  font-weight: Bold; 
  font-size: 16px;  
 	letter-spacing: 1px;
  text-decoration: NONE; 
  color: #a6a6a6; 
  padding: 0 10px 0 10px; }

a.headerBottomRow:active,  
a.headerBottomRow:hover 
{ color: #000 }

img
{ border: 0px; }

/***** Cart Hover Classes *****/

.cartTable
{
	text-align: center;
	width: 100%;
	border: 3px solid #878b90;
	empty-cells: show;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
}

.cartLink
{
	font-family : Arial, Helvetica, Tahoma, sans-serif;  
	font-weight: normal;   
	text-decoration: none;
}

.cartCell
{
	font-family : Arial, Helvetica, Tahoma, sans-serif;  
	font-weight: normal;
	font-size: 0.90em;
	padding: 2px;
	white-space: nowrap;
}
.cartSep
{
	height: 0px; 
	border: 0px; 
	border-bottom: 1px dashed #aaaaaa;
	margin: 1px;
	padding: 0px;
}
.cartSubCell
{
	font-weight: normal;
	font-size: 0.70em;
	padding: 2px;
	padding-bottom: 5px;
}

.cartFooter
{
	font-weight: bold;
	font-size: 0.80em;
	padding: 2px;
	margin: 0px;
	white-space: nowrap;
}

.cartStub
{
 font-size: 12px; 
 FONT-FAMILY: Georgia, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #444444;
}

.cartFloater
{
	font-family: tahoma;
	background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	display: block;
	float: right;
	left: 70px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 10;
}


/*** Footer Classes ***/
.footerTable {
 width: 100%;
 font-family: arial, helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #848484;
 text-align: center;
 padding-bottom: 5px;
 background: #FFFFFF url(/cam99/images/fade.gif); 
}

a.footerlink,
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active,
a.footerlink:hover  
{ font-family: arial, helvetica, sans-serif; 
  font-weight: Normal; 
  font-size: 10px;
  text-decoration: NONE;
  color: #444444;
  padding-left: 10px;
  padding-right: 10px;
}
a.footerlink:active,
a.footerlink:hover 
{color: #000000;}

