/* begin PostBullets */
.cee-post ol, .cee-post ul
{
   margin: 1em 0 1em 2em;
   padding: 0;
}

.cee-post li
{
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   color: #B5B5B5;
   margin: 3px 0 0 -15px;
   padding: 0 0 0 16px;
}

.cee-post li ol, .cee-post li ul
{
   margin: 0.5em 0 0.5em 2em;
   padding: 0;
}

.cee-post ol>li
{
   background: none;
   padding-left: 0;
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.cee-post ul>li
{
   background-image: url('images/postbullets.png');
   background-repeat: no-repeat;
   padding-left: 16px;
   /* makes "ul li" not to align behind the image if they are in the same line 
  overflow-x: visible;
   overflow-y: hidden;*/
}

/* end PostBullets */


