body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}



.style1 {font-size: x-small}


#nav a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
}

#nav a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

.container {
	padding: 15px;
	margin: 3px 0 20px ;
	border: 1px solid #333399;
	background: #fff;
}

/* circle */

#navCircle {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #333399;
}

#navCircle li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0 12px 18px 12px;
	text-decoration: none;
	color: #333399;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 18px;
	color: #990099;
	background: url(../images/store/Circle.gif) no-repeat bottom center;
}

/* products.php subcategory list (across top) */
#subcatcontainer ul
{
	margin: 0;
	list-style-type: none;
	background-color: #E6E6E6;
	color: #003366;
	width: 100%;
	font: bold 90% arial, helvetica, sans-serif;
	text-align: center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}



#subcatcontainer li { display: inline; }

#subcatcontainer li a
{
	text-decoration: none;
	background-color: #E6E6E6;
	color: #003366;
	padding: .2em .4em;
	border-right: 1px solid #fff;
}

#subcatcontainer li a:hover
{
	background-color: #336699;
	color: #FFFFFF;
} 

/* customer_area.php */
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a {
	background: white url(img/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;

}

* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}

.glossymenu li a:hover{
	background-image: url(img/glossyback2.gif);
}

/* tables */
.formatTable {
	background-color: #E3EDFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #588AE7;
	border-right-color: #588AE7;
	border-left-color: #588AE7;
	width: 100%;
}

.formatTable th {
	background-color: #588AE7;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.formatTable th a {
	color: #FFFFFF;
	text-decoration: none;
}

.formatTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #588AE7;
}

.formatTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.formatTable tr td table tr td {
	border: none; 
}


