div.fineprint
{
	font-size: 80%;
}

table.upperMain
{
	width: 1100px;
	padding-top: 5;
	position: relative;
	top: -10px;
}

td.lowerMain
{
	width: 840px;
	background-color: white; /* #eeefff; */
	border-style: solid;
	border-color: black;
	border-width: 3px;
	position: relative;
	padding-left:3px;
}

input.disabled
{
	background-color: #ddd;
}

input.enabled
{
	background-color: white;
}

select.enabled
{
	background-color: white;
}

select.disabled
{
	background-color: #ddd;
}

option.US_Terr { background-color: #fbb; }
option.US_State { background-color: #bfb; }
option.Canadian { background-color: #bbf; }
option.Aussie {background-color: #bff; }

img.pic
{
	border-style: double;
	border-width:7;
	background-color:white;
	background-color: white;
}

td.pic
{
	border-style: double;
	border-width:7;
	background-color: #aaaaaa;
	border-color:black;
}

td.cart
{
background-color: #eee;
color: #000;
padding: 4px;
text-align: left;
border: 1px #000 solid;
}

td.cartH
{
background-color: #ecf;
color: #000;
padding: 4px;
text-align: left;
border: 1px #000 solid;
}

td.cart2
{
font-size: 17px;
font-weight: bold;
background-color: green;//#A81010;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #000 solid;
}

table.cart
{
text-align: center;
font-size: 15px;
color: #fff;

border-color: black;
border-width: 3px;
border-style: solid;
border-collapse: collapse;
border-spacing: 0px;
}

input.cart
{
	font-size:14;
	background-color:#eee;
	border:solid 1px #eee;
}

fieldset.a
{
	border-style:solid;
	border-color:black;
	border-width:2px;
	text-align:left;
}

a.description:link { color:black; text-decoration:none; }
a.description:visited { color:black; text-decoration:none; }
a.description:hover { color:green; text-decoration:underline; }

a.blue:link  { color:blue; text-decoration:underline; }
a.blue:visited { color:blue; text-decoration:underline; }
a.blue:hover { color:green; text-decoration:underline; }

a.subGroup {text-decoration: none; color: #000;} 
a.subGroup:hover {text-decoration: none; color: green;}

a.group { color: black; }
a.group:hover { color:green; }

a.category { color: black; text-decoration: none; font-weight: bold}
a.category:hover { color: green; text-decoration: none; }

a.products { color: blue; }
a.products:visited {color: purple; }
a.products:hover { color: green; }

a.cartItem { color:blue;text-decoration:none; }
a.cartItem:hover { color:green; }

td.productBox
{
	border-color: black;
	border-width: 3px;
	background-color: #cccfff;
	border-style: solid;
	vertical-align:middle;
	text-align:center;
}

td.viewItem
{
	border-color: black;
	border-width: 3px;
	background-color: #cccfff;
	border-style: solid;
	vertical-align:middle;

}

form 
{ 
	/* This will prevent the breakline below forms */
	margin: 0; 
}

td.categories
{
	border-style: solid;				
	border-color: #000;
	border-width: 3px;
}

div.indent0
{
	padding-left: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

div.indent1
{
	padding-left: 15px;
	font-size:15px;
	font-weight: bold;
	color: #000;
}

div.indent2
{
	padding-left: 20px;
	font-weight: normal;
	font-size: 13px;
}

input.menu
{
	border: 1px solid;
	width: 100%;
	background-color: green;/* #A81010; /* #009999 */;
	padding: 0px;
	margin:0px;
	color: white;
	border-color: black;
	font-weight: bold;
	font-size:15;
}

table.product
{
	color: #000;
	background-color: #FFF;
	border-style: solid;
	border-width: 4px;
}



a.flag { color: #ff0; }
a.flag2 { color: #000; }

.divider
{
	clear: both;
	padding: 0;
	width: 95%;
	height: 2px;
	size: 2px;
	line-height: 2px;
	background: #000; /*background color of horizontal line*/
	border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
	position: relative;
	bottom: -8px;
}

hr.hr2
{
	padding: 0;
	color: #000;
	width: 98%;
	background-color: #000;
	height: 3px;
	position: relative;
	bottom: -16px;

}

table.c
{
	color: #000;
	background-color: #FFF;
	border:2px solid #000;
	border-collapse:collapse;

}


table.d
{
	color: #000;
	background-color: #FFF;
	border:2px solid #000;
	border-collapse:collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
