/*
+---- Programming: ------------------------ Info: -----------------------------+
|                                                                              |
|   PixelProductions GmbH                   Version: 1.0                  	   |
|   Hansastr. 2                             Release Date: 01.10.2007		   |
|   D-59557 Lippstadt                                                          |
|                                                                              |
|   E-Mail: Info@PixelProductions.de                                           |
|                                                                              |
|   Fon: +49 (0)2941 22 333                  			                       |
|   Fax: +49 (0)2941 22 414                  						           |
|                                                                              |
+------------------------------------------------------------------------------+
*/

/* Shopping Cart Styles */
#sc_viewer {  width: 250px; height: 70px; border: 1px solid #000; }
#sc_viewer div {padding: 5px; }
#sc_viewer #headline { font-weight: bold; font-size: 16px; border-bottom: 1px solid #000; background-color: #e8dbcb; }
#sc_viewer #headline a { display: block; text-decoration: none; color: #000; }

#sc_basket table { margin: 2px; font-size: 11px; font-family: arial; }
#sc_basket th { text-align: left; }
#sc_basket td { padding-right: 50px; }
#sc_basket a { color: #000; }
