body
{
	margin: 0px;
	margin-top: 8px;
	background-color: DarkSeaGreen;
}

table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	border-collapse: collapse;
}

p
{
	padding:  5px 10px 5px 10px;
	margin-top: 0px;
	text-align: justify;
}

th,td
{
	padding: 0px;
}

h1, h2
{
	display: block;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin: 2px 0px 2px 0px;
	color: White;
	background-color: DarkGreen;
	font-size: 120%;
}

h1 a, h2 a,h1 a:visited, h2 a:visited
{
	color: White;
}

.main
{
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 1000px;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	background-color: 	#F0FFF6;
}

.navItem,.navItem:visited
{
	color: Black;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	border: 1px solid Black;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	background-color: White;
	font-weight: Bold;
}

.navItem:hover
{
	background-color: DarkGreen;
	color: White;
}

.selected, .selected:visited 
{
	background-color: DarkGreen;
	color: White;
}

.menuCell
{
	padding: 5px;
}

.footer
{
    border-top: solid 1px Black;
    padding: 0px 5px 0px 5px;
	background-color: #eeeeee;
	font-size: smaller;
	text-align: center;
}

.centered
{
	text-align: center;
}

.resultUrl
{
	color: Green;
	font-weight: Bold;
	overflow: hidden;
}

.hilight
{
    font-weight: bold;
}


.newsDate
{
	text-align: right;
	font-style: italic;
	margin: 0px 5px 0px 0px;
}

.hoverableTable tr:hover
{
	background-color: #eeeeee;
}

.cascadingMenu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 148px;
	position: relative;
	left: -11px;
	top: -11px;
}

.cascadingMenuItemFirst
{
	border-top: 1px solid Black;
}


.cascadingMenuItem
{
	color: Black;
	background-color: White;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	height: 20px;
}

.cascadingMenuItem a, .cascadingMenuItem a:visited
{
	padding: 0;
	text-decoration: none;
	color: Black;
	display: block;
}

.cascadingMenuItem:hover
{
	background-color: DarkGreen;
}

.cascadingMenuItem:hover a
{
	color: White;
}

.cascadingMenuItem:hover ul li a
{
	color: Black;
}

.cascadingMenuItem:hover ul li:hover a
{
	color: White;
}



.cascadingMenuItem ul
{
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cascadingMenuItem:hover ul
{
	display: block;
}

.cascadingMenuItem img
{
	border: none;
	width: 5px;
	height: 0px;
	display: none;
}

.searchBox
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	margin-left: 2px;
	display: block;
    text-decoration: none;
	border-style: none;
	width: 340px;	
	height: 50px;
}

.searchForm
{
	position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    width: 340px;
    height: 50px;
    overflow: hidden;
}

.searchForm:hover
{
	height: 210px;
	background-color: #cccccc;
	border: solid 1px Black;
}

.searchForm:hover .toggle
{
	display: inline;
}

.searchText
{
	position: relative;
	border: solid 1px Black;
	height: 20px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.searchButton
{
	position: relative;
    height: 22px;
	border: solid 1px Black;
	padding: 0px 5px 0px 5px;
	background-color: White;
	font: inherit;
	cursor: pointer;
}

.searchButton:hover
{
	background-color: DarkGreen;
	color: White;
}
	
.toggle
{
	display: none;
}

.headerImage
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	display: block;
}

.headerTop
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	display: block;
}

.personalizeHeaderBlock
{
	font-size: small;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 2px;
	position: relative;
	display:inline;
	top: -3px;
}

.personalizeHeaderBlock a, a:visited
{
	margin: 0px;
	padding: 0px;
	color: Blue;
}

.lpTitle
{
	font-size: 100%;
	text-align: center;
}

.lpLink
{
	overflow: hidden;
}

.lpLinkBox
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 340px;
	display: block;
	z-index: 500;
}

.lpLinkBox:hover
{
	border: solid 1px Black;
	background-color: #cccccc;
	height: 90px;
}

.lpLinkBox:hover .toggle
{
	display: block;
}

.urlBox
{
	width: 330px;
	border: solid 1px Black;
	margin: 5px;
}

.urlCloakButton
{
	margin: 5px;
}

.searchResult
{
	max-width: 866px;
	margin: 5px 5px 10px 5px;
}

.searchResult table
{
	border-collapse: separate;
}

.searchResult table tr td
{
	padding: 0px 3px 0px 3px;
}

.addToFavoritesButton
{
	text-decoration: none;
	color: Black;
	font-size: large;
}

.searchHeader
{
	margin-left: 3px;
}

.newsIndex
{
	margin-top: 5px;
}

.extraHeaderIndex
{
	margin-left: 1px;
}

.tableTopGravity, .tableTopGravityGain, .tableTopTotalGravity
{
	width: 220px;
	margin-left: 3px;
	padding: 3px;
}

.tableTopGravity table, .tableTopGravityGain table, .tableTopTotalGravity table
{
	width: 100%;
}

.tableTopGravity, .tableTopTotalGravity, .resultOdd, .productTextBlock1, .tagCloud
{
	background-color: #e0e0ff;
}

.tableTopGravityGain .resultEven
{
	background-color: #ffe0e0;
}

.productTextBlock2, .productOfTheDay
{
	background-color: #ffe0e0;
}

.productTextBlock1, .productTextBlock2
{
	width: auto;
	margin: 0px 3px 0px 3px;
	padding: 3px;
}

.productTextBlock1 table, .productTextBlock2 table
{
	width: 100%;
}

.productOfTheDay
{
	margin: 3px;
	padding: 3px;
	border: 1px solid Black;
}

.productOfTheDay table
{
	width: 100%;
}

.productOfTheDay table tr td
{
	padding-left: 3px;
}

.newsIndex
{
	width: 100%;
}

.inactiveProduct
{
	background-color: Orange;
}

.headerTitle
{
 	height: 22px;
}
