
ul#products {
list-style:none;
margin:0;

clear:both;
}
ul#products li {
display:block;
overflow:hidden;
font-size:small;
font-size-adjust:0.45;
border:1px solid #c0d5dd;
text-align:center;
border-width:1px 0 0 10px;
height:4em;
width:42.5%;
margin:0 1% 5px 0;
padding:0 2%;
}


ul#products li:hover { 
border-color:#3e7899;
}
ul#products li a {
color:#000;
text-decoration:none;

}

ul#products li .opImage {
float:left;
width:18%;
margin-right:2%;
height:auto;
}


ul#products li .opImage img { 
height:6em;
top:-0.5em;
}

ul#products li .opText {
float:right;
width:80%;
padding:0;
}
ul#products h3{
text-align:left;
margin:1.5ex 0;
white-space:normal;
}
ul#products p{
margin:0;
}


ul#products li .opLogo {
float:right;
top:0;left:0;
}


ul#products li .opText p.opFLoat {
height:auto;
margin:0;padding:0;
display:block;
}
ul#products li .opText p.opFLoat a {
border:0; 
padding:0;
background:#fff;
left:auto;
top:auto;
width:auto;
display:inline;
margin-right:1em;
}








#switchSizeA {
background:#c0d5dd;
color:#000;
}

#switchSizeAB { /* this one is on, using this stylesheet */
background:#3e7899;
color:#fff;
}