/* Merchant display block styles */
#merchants div {
 border:0;
 float:left;
 margin-bottom:20px;
 text-align:center;
 width:120px;
}
#merchants div p {
 display:inline;
 float:left;
 margin:0 0 10px 2px;
}
#merchants div p em {
 color:#c4c4c4;
 display:block;
 font-size:.92em;
 font-style: normal;
 height:2.3em;
 line-height:1.07em;
 overflow:hidden;
 text-align:left;
 width:104px;
}
#merchants div p:hover * {
 color:#8a8a8a;
}
#merchants a {
 color: #c4c4c4;
 text-decoration: none;
 outline-style: none;
 outline-width: 0;
}
#merchants a:hover {
 color: #8a8a8a;
}
#merchants div p img { 
 background-color:#fff;
 border:1px solid #b29d5a;
 height:26px;
 width:104px;
}
