/** * @package net.nemein.shoppingcart * @author The Midgard Project, http://www.midgard-project.org * @version $Id: navigation.php 4392 2006-10-22 08:39:17Z bergie $ * @copyright The Midgard Project, http://www.midgard-project.org * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License */ @import url('/midcom-static/net.nemein.shoppingcart/actions.css'); iframe.net_nemein_shoppingcart_shortlist { border: 0px; margin: 0px; padding: 0px; margin-top: 5px; width: 100%; height: 2em; } table.net_nemein_shoppingcart td.numeric { text-align: right; } table.net_nemein_shoppingcart td.total { font-weight: bold; } table.net_nemein_shoppingcart tr.total td { border-top: 1px dashed black; } 

