body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #F9F9F9;
	font-family: Arial, sans-serif;
}

table.main
{
	width: 97%;
	margin: 10px;
}

td.navigation
{
	padding-top:5px;
	background-color: #E0E0D9;
	width: 9em;
	vertical-align: top;
	font-size: 1em;
	text-align: center;
}

td.navigation div
{
	padding: 5px;
	border-top: solid 1px #222222;
	/*cursor: pointer;*/
	white-space: nowrap;
	text-align:left;
}

div.nav-link
{
	background-color: #AAAAAA;
}

div.nav-link-over
{
	background-color: #888888;
}

div.nav-link a
{
	text-decoration: none;
	color:black;
}

div.nav-link-over a
{
	text-decoration: none;
	color:black;
}

div.nav-sublinks
{
	font-size: 0.8em;
	background-color: #BBBBB6;
}

div.nav-sublinks a
{
	color:white;
	text-decoration:none;
}

div.nav-sublinks a:hover
{
	color:#333333;
}

div.nav-sublinks-off
{
	display: none;
	visibility:hidden;
}

td.main
{
	padding: 10px;
	vertical-align : top;
}

td.nav-bottom
{
	background-color: #BBBBB5;
}

td.bottom
{
	background-color: #CCCCC5;
	text-align: right;
	padding-right: 10px;
	font-size: smaller;
	font-style: italic;
}

td.bottom-bar
{
	background-color: #777770;
	color: white;
	text-align: center;
	font-weight: bold;
}

a
{
	color: #666655;
}

img
{
	border : none;
}

img.border
{
	border: solid 1px gray;
}

div.center
{
	text-align: center;
}

span.bold
{
	font-weight: bold;
}

img.pageimage, img.itemimage
{
	border : 1px solid black;
	margin : 5px;
}

table.itemtable
{
    border-collapse: collapse;
}

th.tableheader
{
	border : 1px solid #333333;
	text-align:center;
}

td.itemdata
{
	border: 1px solid #333333;
	text-align:center;
}

p.address
{
	width : 60%;
	background-color : #CCCCCC;
	color : #000000;
	padding-top : 5px;
	padding-bottom : 5px;
	font-size : 1em;
	line-height : 140%;
	text-align : center;
}

img.address
{
	margin-top : 5px;
	margin-bottom : 5px;
	border-top : solid thin black;
	border-bottom : solid thin black;
	background-color : #CCCCCC;
}

/************************************
	Retailer Specific Styles!
************************************/

p.onlinename
{
	font-size: 1em;
	font-weight: bold;
	margin:5px 0px 0px 0px;
}

p.retailerURL, p.retailerEMail
{margin:4px;}

hr.onlinesplit
{
	width: 25em;
	color:#666666;
}

p.numberresults
{
	font-size: 1em;
	font-style: italic;
}

table.results
{
	width: 98%;
}

td.aresult
{
	padding: 7px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

span.compname
{
	font-weight: bold;
}

td.label
{
	text-align:right;
	padding-right:5px;
}

table.expandsearch
{
	text-align:left;
}

input.expandsearch
{
	width:13em;
}
