/* prices */

/* ul */
ul.ul { display: block; clear: both; width: auto; margin: 0; padding: 5px; }

/* list items */
li.li { position: relative; float: left; clear: both; width: 100%; height: 100%; margin: 0; padding: 2px 0; border-bottom: 1px solid #eee; list-style: none; }
li.li span { position: relative; float: left; height: 100%; margin: 0; padding: 0 0 3px 5px; border-right: 1px solid #eee; font-weight: bold; }
li.li strong { line-height: 35px; text-decoration: underline; color: #c10000; }
li.li span.service { width: 85%; border-left: 1px solid #eee; }
li.li span.price { width: 10%; border-right: 0; font-size: 12px; color: #cc4775; }
li.li span.price em { font-style: normal; font-weight: normal; font-size: 11px; color: #000; }
li.li h3 { margin: 5px; padding: 0; text-align: center; font-weight: bold; font-size: 13px; color: #d90000; }
li.li h3 img { vertical-align: middle; }

