﻿h2.product
{
	background: #001A7B url(logos/knipex-panel-logo.gif) no-repeat 99% 2px;
	border-bottom: solid 2px #000D3E;
}
h3.product
{
	background: #001A7B;
	border-bottom: solid 2px #808CBD;
	color: White;
	padding: 5px;
	margin: 0 0 4px 0;
	font-size: 13px;
}

th
{
	background: #C0C6DE;
	color: black;
}

table.products tr td
{
	background-color: #001A7B;
	padding: 15px;
	color: white;
}


#prodList a:hover
{
	background-color: #3A3D8C;
	color: White;
}

#prodList
{
	float: left;
	width: 200px;
	background-color: #F0F0F0;
	padding: 0px;
	margin-right: 10px;
}

#prodList h3, #pageList h3
{
	background-color: #1C1C1C;
	padding:0;
	margin:0;
	border-bottom: solid 1px black;
	border-top: solid 1px white;
	font-size: 12px;
	font-weight: normal;
}

#prodList h3 a
{
	border-bottom-width: 0;
	padding: 2px 2px 2px 5px;
	color: White;
}
#prodList a
{
	color: black;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #B0B0B0;
	padding: 3px 1px 3px 8px;
}


#prodList h3 a:hover
{
	background-color:#000D3E;
	color:white
}

