/** Import the basic theme file */

@import url("wp-cat-list-theme.css");

/** The li background */

.wp-cpl-widget li {

    border: 1px solid #b9b9b9 !important;

}



/** The thumbnail */

.wp-cpl-widget li span.wp-thumb-overlay {

   /**  background: #000 !important;*/

    border: 0px solid #333 !important;
	float:right;

}

/** The even and odd */

.wp-cpl-widget li.wp-cpl-even {

    background: #fff !important;

}

.wp-cpl-widget li.wp-cpl-odd {

    background: #fff !important;

}

/** The sticky post */

.wp-cpl-widget li.wp-cpl-sticky {

    background: #fcfecb !important;

    border: 1px solid #f4ec51 !important;

}