@charset "utf-8";
/* CSS Document */
body{background-color:transparent; margin:0; padding:0;}
#products ul{margin:0;}
#products li{float:left; width:90px; height:130px; list-style:none; margin:5px; padding:5px;}
#products a{display:block; width:92px; text-align: center; text-decoration:none; background: #E8EFF7; color:#036;}
#products img{clear:both; width:105px; height: 93px; border: solid 1px #D9CDCC; background: #fff;}
#products a:hover img{border-color: #036;}
#products strong{display:block; clear:both; width:101px; font: normal 11px Tahoma;}
#products a:hover strong{background-color: #036; color:#FFF;}
