.product {
  background: #FFFFFF;
  padding: 5px;
}

.product h1 {
background-color:#699CB1;
color:#FFFFFF;
font-family:'verdana','geneva','helvetica','arial';
font-size:18px;
font-weight:bold;
margin:0;
padding:4px;
}

.product .specs .specName {
color:#000000;
font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
text-decoration:none;
font-weight: bold;
width: 250px;
float: left;
}

.product .specs .odd {
  background-color:#EEEEEE;
}

.product .specs .odd, .product .specs .even {
  padding: 3px;
}

.productSearch {
  background: #FFFFFF;
  padding: 5px;
}

.productSearch h1 {
  color:#CC0000;
  size: 20px;
}

.productSearch table {
  width:100%;
}

.productSearch td {
color:#000000;
font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
text-decoration:none;
padding: 3px;
}

.productSearch .odd {
background-color:#EEEEEE;
}

.resultList .name {
background-color:#699CB1;
color:white;
font-weight:bold;
padding-left:3px;
height: 22px;
}

.resultList .one {
background-color:#EEEEEE;
}

.resultList a, .resultList a:active, .resultList a:visited {
text-decoration:none;
color: #FFFFFF;
}
