﻿body {
     margin: 0px;
     font-family: tahoma,arial,sans-serif;
     font-size: .9em;
}

h1 {
   clear: left;
   font-family: "times new roman",times,serif;
     font-size: 1.3em;
     font-style: italic;
     color: #3C5E81;
}
h2 {
     font-size: .8em;
     font-family: arial,helvetica,sans-serif;
     color: #000000;
     margin-bottom: 0px;
}

h1#pageTitle {
     font-family: tahoma,arial,sans-serif;
     font-size: 1.3em;
     font-style: normal;
     color: #3C5E81;
     margin-top: 0px;
}

a {
	border: 0;
}

a:link {
       color: #66AACC;
}
a:visited {
	  color: #666666;
}

p {
  font-size: .8em;
  font-family: tahoma,arial,sans-serif;
}
img {
	border: 0;
}

.brand { 
         font-size: 1.3em;
 }

.prodCatDesc {
	     margin-top: 0px;
}
.prodCatContainer {
  border: 2px #3C5E81 dashed;
  padding: 3px;		 
  margin-bottom: 8px;
}
.prodCatTitle {
  font-size: 1em;
  color: #3C5E81;
}
.prodName {
  font-size: 1.1em;
  margin: 0px;
}
.prodDesc {
  margin-top: 0px;
}
h3.prodName {
  font-size: .9em;
}

.navLink {
	 font-family: verdana,arial,sans-serif;
	 font-size: .7em;
	 padding: 4px;
}

a.navlink {
	    color: #FFFFFF;
	    display: block;
	 text-decoration: none;
}

a.navlink:hover {
	background: #8CCEE1;
}

a.navlink:visited {
  color: #FFFFFF;
}

.navItem {
	border-top: 2px #92B6C2 solid;
	background: #5C8EA1;
}

.navItemContainer {
	border: 1px #92B6C2 solid;
}
.warningText {
	color: #FF0000;
	font-size: 10px;
}
#productTable {
padding: 0;
margin: 0;
border-top: 0px solid #000000;
border-left: 1px solid #000000;
}

#productTable th {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 0px solid #000000;
width: 165px;
height: 128px;
text-align: center;
}

#productTable td {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
width: 165px;
height: 128px;
text-align: center;
}
#footer {
	background: #5C8EA1;
}

#featureProduct {
	border: 1px #5C8EA1 solid;
}
#featureProduct h1 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#featureProduct h2 {
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	margin: 0px;
}
#featureProduct img {
	margin: 10px;
}

#links {
       list-style: none inside;
       padding: 0px;
}

#links li {
       margin-bottom: 10px;
}

#copyright {
  margin-left: 10px;
  margin-top: 10px;
}