/*
 * mStore CSS file
 *
 * @author mstore.de
 * @copyright Copyright (C) 2011 M&M:Trading! GmbH & Co KG. All rights reserved.
 */ 

/* Alle Medien */
@import url(scripts/style_normal.css) all;

/* Screen & Handheld */
@import url(scripts/style_screen.css) screen, handheld;
@import url(scripts/highslide/highslide.css) screen, handheld;
@import url(scripts/highslide/highslide-ie6.css) screen, handheld;

/* Print */
@import url(scripts/style_print.css) print;

