/* ------[ For the whole badge ]------ */
 .textwidget #badge a:hover {border-bottom:0px;}
 .textwidget #badge a:link {border-bottom:0px;}
 .textwidget #badge a:active {border-bottom:0px;}
 .textwidget #badge a:visited {border-bottom:0px;}
 .textwidget #badge {padding: 5px; width: 155px; }

 /* ------[ For each item in the badge ]------ */
 .textwidget #badge .item_cell li {list-style-image: none; list-style-type: none; float: left; width: 70px; height: 90px}
 .textwidget #badge .item_cell {list-style: none; text-align: center; padding: 0px; margin: 0px;}
 .textwidget #badge .cover {}
 .textwidget #badge .cover img {border: 1px solid #cccccc; padding: 3px; background-color: #f7f7f7;}
 .textwidget #badge .title {text-indent: 0;padding: 0; margin: 0;}
 .textwidget #badge .subtitle {}
 .textwidget #badge .author {} 
 
 /* ------[ The bottom part ]------ */
 .textwidget #badge .link_cell {list-style: none; text-align: center; padding: 5px; margin: 0px; clear: both;}
 .textwidget #badge .link_cell dt {text-align: center; margin: 0px;}
 .textwidget #badge .link_cell dd a {font-size: 10px; font-family: Verdana;}
 .textwidget #badge .link_cell dd {text-align: center; margin: 0px;}
 .textwidget #badge .link_cell img {border: none;}

