img.pref {
 margin: 0pt 3px 0pt 0pt;
 float: left;
}

a.plate {
 color:#666666;
 text-decoration:  none;
 cursor: pointer;
 float: left;
 width: 130px;
 height: 165px;
 background: #FFF url('./img/plate.gif') no-repeat top left;
 text-align: center;
 margin: 0 -1px 0 5px;
}

a:hover.plate {
 text-decoration:  none;
 margin: 2px -3px -2px 7px;
}

a.plate img {
 margin: 8px 0 0 -5px;
 border: 0;
}

a.plate div.plate_name {
 color:#666666;
 text-decoration: none;
 margin: 8px 0 0 -5px;
 /*font-size: 0.7em;*/
 /*font-weight: bold;*/
}

div.clear_left {
 clear: left;
}






