/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
#seite_versand table { border:1px solid #666;}
#seite_versand table td { border-bottom:1px solid #ccc;}
#seite_versand table tbody tr:hover { background:#ccc;}
#seite_versand table th { border-bottom:1px solid #666; border-top:1px solid #666; background: #eee;}
#seite_versand h4 { padding:5px 10px; background:#000; color:#fff; margin-bottom:10px;}
#seite_versand form { margin-bottom:20px;}
#seite_versand form table { border:none;}
#seite_versand form table td { border:none;}
#seite_versand #filter_az a { display:inline-block; padding:5px; background:#ccc; color:#000; font-weight:bold; text-decoration:none; width:16px; text-align:center;}
#seite_versand #filter_az a:hover { display:inline-block; padding:5px; background:#000; color:#fff; font-weight:bold; text-decoration:underline; width:16px; text-align:center;}
#seite_versand .form_nobasket { margin-bottom:20px; background:#eee; border-top:1px dotted #666; border-bottom:1px dotted #666; padding:10px;}
#seite_versand a.popup { background: url(images/info_small.png) center no-repeat; display:inline-block; width:20px; height:20px;}
#seite_versand th { background: #e8e9e9; }
