body {
    font-family: Arial, Sans-Serif;
}

.Left {
    float: left;
    width: 100px;
}

.Right {
    float: right;
    width: 500px;
}

.Clear {
    clear: both;
}

#products {
    padding-right: 12px;
    margin-right: 2px;
    margin-top: -12px;
    padding-top: 12px;
    padding-left: 12px;
    text-align: left;
    min-height: 640px;
}

#products h2 {
	font-size: 15px;
	color: #0000cc;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

#hideProducts {
    color: #cc0000;
    padding-left: 8px;
    float: right;
}

#products table {
    display: none;
    width: 500px;
    border: solid 1px #4955a9;
    margin-bottom: 8px;
}

#products table thead th {
    background-color: #bbc0e0;
    margin: 0px;
    border-color: #bbc0e0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}

#products table thead th.productName {
    width: 400px;
}

#products table thead th.productManufacturer {
    text-align: right;
    width: 100px;
}

#products table thead th.productId {
    display: none;
}

#products table tbody td.productImage {
    width: 75px;
    height: 75px;
    padding: 2px;
}

#products table tbody td.productDescription {
    width: 421px;
}

#products table tbody td.productPdf {
    padding: 4px;
    font-size: 11px;
}

#products table tbody td.productPdf a {
    text-decoration: none;
    color: #cc0000;
    font-weight: bold;
}

#products table tbody td.productPdf a img {
    position: relative;
    top: 2px;
}

#products table tbody td.productPdf a span {
    text-decoration: underline;
}

#products table tbody td.productPdf a:hover span {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

#catalog {
    position: relative;
    left: -6px;
}

#catalog .product {
    display: none !important;
}
