/* MULTI-COLUMN LIST

*** NOTES ***
[2005-09-20 bsweeney]
Please refer to the accompanying manual for information about how to implement.
*/

.mclList, .mclList * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.mclList, .mclList img {
box-sizing: content-box;
-moz-box-sizing: content-box;
}

.mclList {
width: 100%;
margin: 0 4px;
padding: 0;
display: block;
list-style-type: none;
}

.mclList li {
width: 100%;
margin: 0;
padding: 0;
display: block;
list-style-type: none;
    background: url('http://images.ibsrv.net/ibsrv/res/src:www.vetinfo.com/get/images/bullet-paw.gif') no-repeat 0 0;
}
.mclList li p{
padding-left: 18px;
margin: 0;
}

