/* --- MnM MAIN CSS --- */


#main {width: 635px; }
#lists ul.one { list-style-type: square; padding: 0 0 0 20px; font-size: 1.0em; }
#lists ul.two { list-style-type: circle; padding: 0 0 0 30px; font-size: 0.9em; }

#service ul.includes { list-style-type: none; padding: 0; margin: 0px; font-size: 1.0em; }
#service ul.includes li { background-image: url(../images/green_tick_small.jpg); background-repeat: no-repeat; background-position: 0 3px; padding-left: 18px; }

#service ul.excludes { list-style-type: none; padding: 0; margin: 0px; font-size: 1.0em; }
#service ul.excludes li { background-image: url(../images/red_cross_small.jpg); background-repeat: no-repeat; background-position: 0 3px; padding-left: 18px; }

#service ul.optional { list-style-type: none; padding: 0; margin: 0px; font-size: 0.9em; }
#service ul.optional li { background-image: url(../images/green_tickbox_small.jpg); background-repeat: no-repeat; background-position: 0 3px; padding-left: 18px; }